add rust formatting rules
This commit is contained in:
parent
63b983b08f
commit
74cc9bccaa
7 changed files with 32 additions and 15 deletions
|
@ -1,8 +1,8 @@
|
|||
pub mod ctx;
|
||||
use ctx::WgpuCtx;
|
||||
|
||||
use log::{debug, trace};
|
||||
use std::sync::Arc;
|
||||
|
||||
use ctx::WgpuCtx;
|
||||
use log::{debug, trace};
|
||||
use winit::application::ApplicationHandler;
|
||||
use winit::event::WindowEvent;
|
||||
use winit::event_loop::ActiveEventLoop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue