Add pre-commit-config, run pre-commit on all files

This commit is contained in:
reo 2025-09-23 21:11:09 +03:00
parent 50d07ffea5
commit 59963cdec1
8 changed files with 18 additions and 7 deletions

View file

@ -7,4 +7,4 @@ pub struct PlatformContext {
pub asset_manager: ModelManagerRef,
pub frame_width: f32,
pub frame_height: f32,
}
}

View file

@ -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