mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2026-02-22 10:59:02 +01:00
output: more big refactors
This commit is contained in:
parent
194f2f9874
commit
5e6338fad8
68 changed files with 1604 additions and 1016 deletions
4
output/src/widget.rs
Normal file
4
output/src/widget.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
mod widget_border; pub use self::widget_border::*;
|
||||
mod widget_field; pub use self::widget_field::*;
|
||||
mod widget_style; pub use self::widget_style::*;
|
||||
mod widget_tryptich; pub use self::widget_tryptich::*;
|
||||
Loading…
Add table
Add a link
Reference in a new issue