Remove unused imports
This commit is contained in:
parent
4f8602c48e
commit
bbc43b53fd
|
@ -1,10 +1,4 @@
|
||||||
use std::time::Duration;
|
use crate::render::{BindGroupBuilder, BindGroupLayoutBuilder, Context, Texture, TextureBuilder};
|
||||||
use winit::event::WindowEvent;
|
|
||||||
|
|
||||||
use crate::{
|
|
||||||
camera,
|
|
||||||
render::{BindGroupBuilder, BindGroupLayoutBuilder, Context, Texture, TextureBuilder},
|
|
||||||
};
|
|
||||||
|
|
||||||
pub(crate) struct Renderer {
|
pub(crate) struct Renderer {
|
||||||
clear_color: wgpu::Color,
|
clear_color: wgpu::Color,
|
||||||
|
|
Loading…
Reference in New Issue