mirror of https://github.com/hannobraun/Fornjot
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:
parent
6f8163e65a
commit
991880dec0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue