editor/framework/src/lib.rs

5 lines
52 B
Rust
Raw Normal View History

mod game;
mod renderer;
2021-01-15 16:46:55 +00:00
pub use crate::game::Game;