mirror of
https://github.com/Astatin3/IntroToWebAuthoring.git
synced 2026-06-09 00:28:00 -06:00
Add XML Parsing
This commit is contained in:
@@ -42,6 +42,12 @@ impl View for VerticalLayout {
|
||||
}
|
||||
}
|
||||
fn resize(&mut self, x: f32, y: f32, w: f32, h: f32) {}
|
||||
fn from_tag(attributes: &std::collections::HashMap<String, String>) -> Self
|
||||
where
|
||||
Self: Sized,
|
||||
{
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
impl LayoutView for VerticalLayout {
|
||||
|
||||
Reference in New Issue
Block a user