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