crater/
lib.rs

1
2
3
4
5
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
pub mod csg;
pub mod mesh;
pub mod stl;
pub mod utils;