feat(ui-dioxus): switch to Blitz/wgpu native renderer (no WebView)
This commit is contained in:
parent
f3d2ca78ba
commit
d5172275e2
2 changed files with 5 additions and 15 deletions
|
|
@ -9,7 +9,7 @@ license = "MIT"
|
|||
[workspace]
|
||||
|
||||
[dependencies]
|
||||
dioxus = { version = "0.7", features = ["desktop"] }
|
||||
dioxus = { version = "0.7", features = ["native"] }
|
||||
agor-core = { path = "../agor-core" }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue