This commit is contained in:
Arkitu 2024-08-26 19:51:27 +02:00
parent c46176ee3d
commit 5cfaf975d1

View File

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