idek stuff like stack

This commit is contained in:
iris committed 2025-08-15 22:59:58 -04:00
1 parent a7dfacb83e
commit f4aef3a983
15 files changed
+138 -42

No files matched your search

+1 -1
View File
@@ -40,7 +40,7 @@ impl<'a, Ctx> Painter<'a, Ctx> {
.extend_from_slice(bytemuck::cast_slice::<_, u32>(&[data]));
}
pub fn draw(&mut self, id: &WidgetId)
pub fn draw<W>(&mut self, id: &WidgetId<W>)
where
Ctx: 'static,
{