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
This commit is contained in:
FantasyPvP
2023-11-22 21:07:00 +00:00
parent 1d08240981
commit 84aaa90e66
12 changed files with 421 additions and 123 deletions
+3 -2
View File
@@ -1,2 +1,3 @@
pub mod libgui_core;
pub mod libgui_elements;
pub mod cg_core;
pub(crate) mod cg_widgets;