mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-26 18:16:11 +00:00
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::{
|
pub use self::{
|
||||||
device::DeviceError,
|
device::DeviceError,
|
||||||
draw_config::DrawConfig,
|
draw_config::DrawConfig,
|
||||||
renderer::{DrawError, Renderer, RendererInitError},
|
renderer::{Renderer, RendererInitError},
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const DEPTH_FORMAT: wgpu::TextureFormat = wgpu::TextureFormat::Depth32Float;
|
pub const DEPTH_FORMAT: wgpu::TextureFormat = wgpu::TextureFormat::Depth32Float;
|
||||||
|
Loading…
Reference in New Issue
Block a user