pigui/src/ui/mod.rs

5 lines
51 B
Rust
Raw Permalink Normal View History

2017-09-07 15:30:35 +00:00
//! The UI subsystem.
pub mod entry;
2017-09-13 15:10:51 +00:00
pub mod gui;