mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 18:08:26 +00:00
Update name of module
This commit is contained in:
parent
4c6b0154c9
commit
f735edee68
@ -1,11 +1,11 @@
|
||||
mod app;
|
||||
mod export;
|
||||
mod mesh;
|
||||
mod model;
|
||||
mod render;
|
||||
|
||||
fn main() -> anyhow::Result<()> {
|
||||
let mesh = model::model()?;
|
||||
export::export(&mesh)?;
|
||||
render::render(&mesh)?;
|
||||
app::render(&mesh)?;
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user