Code cleanup and creation of GuiTree

This commit is contained in:
Keavon Chambers
2020-05-03 01:34:14 -07:00
parent d64d4d881a
commit 38b36ed4c6
4 changed files with 61 additions and 54 deletions
+1
View File
@@ -6,6 +6,7 @@ mod color_palette;
mod resource_cache;
mod shader_stage;
mod draw_command;
mod gui_tree;
use application::Application;
use winit::event_loop::EventLoop;