raidillon/engine/src/lib.rs

4 lines
64 B
Rust

pub mod engine;
pub mod system;
pub use crate::engine::Engine;