mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-09 20:38:30 +00:00
Update name of module
This commit is contained in:
parent
39830ace0a
commit
6cd2e9e57b
@ -10,12 +10,12 @@
|
|||||||
|
|
||||||
mod assets;
|
mod assets;
|
||||||
mod camera;
|
mod camera;
|
||||||
mod display;
|
|
||||||
mod graphics;
|
mod graphics;
|
||||||
mod input;
|
mod input;
|
||||||
|
mod viewer;
|
||||||
mod window;
|
mod window;
|
||||||
|
|
||||||
pub use self::{
|
pub use self::{
|
||||||
display::{Error, Viewer},
|
|
||||||
graphics::RendererInitError,
|
graphics::RendererInitError,
|
||||||
|
viewer::{Error, Viewer},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user