feat: ui dev window (#29)

* feat: ui dev window

* remove unneeded dep
This commit is contained in:
galister
2024-04-14 07:36:47 +02:00
committed by GitHub
parent 8f9c3f5e3a
commit 5db7524787
10 changed files with 789 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ where
size.x as _,
size.y as _,
app.graphics.clone(),
app.format,
app.graphics.native_format,
data,
)?;