Add parsing of XML layout files into a ParsedLayoutNode tree

This commit is contained in:
Keavon Chambers
2020-05-25 22:08:27 -07:00
parent 474b2b39f9
commit f8025b15ea
13 changed files with 221 additions and 55 deletions
+2
View File
@@ -9,6 +9,8 @@ mod draw_command;
mod gui_node;
mod gui_attributes;
mod window_events;
mod component_layout;
mod parsed_layout_node;
use application::Application;
use winit::event_loop::EventLoop;