I give up on retained for now lmao

This commit is contained in:
iris committed 2025-11-14 14:39:08 -05:00
1 parent 218b3f14ed
commit b4947db850
5 files changed
+34 -9

No files matched your search

+1 -1
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};