Files
Zxq5-OS/src/user/lib/libgui/mod.rs
T
FantasyPvP 84aaa90e66 new gui module text box implementation
starting to work on the new UI library, got labels and text boxes working as well as containers for widgets.

planning a big refactor
2023-11-22 21:07:00 +00:00

4 lines
45 B
Rust

pub mod cg_core;
pub(crate) mod cg_widgets;