lyra-engine/src/math/mod.rs

5 lines
80 B
Rust
Raw Normal View History

2023-05-15 03:18:41 +00:00
/// Re-export of glam library
pub use glam::*;
pub mod angle;
pub use angle::*;