I give up on retained for now lmao

This commit is contained in:
2025-11-14 14:39:08 -05:00
parent 218b3f14ed
commit b4947db850
5 changed files with 34 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
use crate::layout::{Painter, SizeCtx, StaticWidgetId, Ui, Size, WidgetId, WidgetIdFn};
use crate::layout::{AnyWidget, Painter, Size, SizeCtx, StaticWidgetId, Ui, WidgetId, WidgetIdFn};
use std::{any::Any, marker::PhantomData};