Simplification and comments for XML parser

This commit is contained in:
Keavon Chambers
2020-07-10 02:37:55 -07:00
parent 6aca84c929
commit 6a94905f61
5 changed files with 132 additions and 75 deletions
+12
View File
@@ -0,0 +1,12 @@
// pub struct LayoutDomNode {
// pub namespace: String,
// pub name: String,
// pub placement:
// // pub body: Vec<LayoutDomNode>
// }
// pub struct LayoutPlacement {
// pub width: f32,
// pub height: f32,
// pub x_align:
// }