pigui/src/ui/mod.rs

5 lines
51 B
Rust

//! The UI subsystem.
pub mod entry;
pub mod gui;