toolkit-ry 0.1.0

Game UI toolkit with HUD widgets, menus, dialogs, inventory system, and 5 pre-built themes
Documentation
1
2
3
4
5
6
7
8
// crates/toolkit-ry/src/lib.rs
// UI Toolkit para RyDit - Basado en rydit-gfx

pub mod widgets;
pub mod theme;

pub use widgets::*;
pub use theme::*;