Implement pure version of Svg widget

This commit is contained in:
Héctor Ramón Jiménez 2022-03-22 23:40:08 +07:00
parent 9157f5b9e4
commit ef4c79ea23
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 70 additions and 0 deletions

View file

@ -9,6 +9,7 @@ pub mod radio;
pub mod rule;
pub mod scrollable;
pub mod slider;
pub mod svg;
pub mod text_input;
pub mod toggler;
pub mod tree;
@ -32,6 +33,7 @@ pub use rule::Rule;
pub use scrollable::Scrollable;
pub use slider::Slider;
pub use space::Space;
pub use svg::Svg;
pub use text::Text;
pub use text_input::TextInput;
pub use toggler::Toggler;