clean
This commit is contained in:
parent
c46176ee3d
commit
5cfaf975d1
@ -1,8 +1,6 @@
|
|||||||
use bytemuck::{Pod, Zeroable};
|
use bytemuck::{Pod, Zeroable};
|
||||||
use wgpu::{include_wgsl, util::DeviceExt, BindGroup, Buffer, Device, Queue, RenderPipeline, Surface, SurfaceConfiguration, VertexBufferLayout};
|
use wgpu::{include_wgsl, util::DeviceExt, BindGroup, Buffer, Device, Queue, RenderPipeline, Surface, SurfaceConfiguration, VertexBufferLayout};
|
||||||
use winit::{
|
use winit::{event::{Event, WindowEvent}, event_loop::EventLoop, window::Window};
|
||||||
event::{ElementState, Event, MouseButton, WindowEvent}, event_loop::EventLoop, window::Window
|
|
||||||
};
|
|
||||||
|
|
||||||
use crate::state::State;
|
use crate::state::State;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user