Remove unused re-export

Rust 1.74.1 didn't warn that this is unused, but 1.75.0 does.
This commit is contained in:
Hanno Braun 2024-01-03 14:26:19 +01:00
parent 6f8163e65a
commit 991880dec0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ mod vertices;
pub use self::{
device::DeviceError,
draw_config::DrawConfig,
renderer::{DrawError, Renderer, RendererInitError},
renderer::{Renderer, RendererInitError},
};
pub const DEPTH_FORMAT: wgpu::TextureFormat = wgpu::TextureFormat::Depth32Float;