Add pre-commit-config, run pre-commit on all files
This commit is contained in:
parent
50d07ffea5
commit
59963cdec1
8 changed files with 18 additions and 7 deletions
|
|
@ -7,4 +7,4 @@ pub struct PlatformContext {
|
|||
pub asset_manager: ModelManagerRef,
|
||||
pub frame_width: f32,
|
||||
pub frame_height: f32,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ pub enum PlatformEvent {
|
|||
|
||||
/// The platform has requested to close the app.
|
||||
CloseRequested,
|
||||
|
||||
|
||||
/// Platform event loop is about to block and wait for new
|
||||
/// new events.
|
||||
AboutToWait
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue