text update for more code reuse + much better caching
This commit is contained in:
@@ -14,6 +14,7 @@ use std::{
|
||||
};
|
||||
|
||||
pub struct Ui {
|
||||
// TODO: make this at least pub(super)
|
||||
pub(crate) data: PainterData,
|
||||
root: Option<WidgetId>,
|
||||
updates: Vec<Id>,
|
||||
|
||||
Reference in New Issue
Block a user