lyra-engine/src/lib.rs

4 lines
79 B
Rust
Raw Normal View History

pub use lyra_game::*;
#[cfg(feature = "scripting")]
pub use lyra_scripting::*;