idek stuff like stack
This commit is contained in:
1 parent
a7dfacb83e
commit
f4aef3a983
15 files changed
+138
-42
No files matched your search
@@ -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,
|
||||
{
|
||||
|
||||
Reference in new issue
Block a user