1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 07:10:04 -04:00

Try out egui subsecond (doesn't seem to work yet :/)

This commit is contained in:
lucasmerlin
2025-08-12 10:50:07 +02:00
parent 53d8c48b4f
commit 3a36861c07
7 changed files with 489 additions and 153 deletions

View File

@@ -79,6 +79,8 @@ poll-promise = { version = "0.3", optional = true, default-features = false }
# feature "persistence":
serde = { workspace = true, optional = true }
dioxus-devtools = "0.7.0-rc.0"
subsecond = "0.7.0-rc.0"
# native:
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
@@ -91,7 +93,7 @@ rfd = { version = "0.15.3", optional = true }
# web:
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "=0.2.97"
wasm-bindgen = "=0.2.100"
wasm-bindgen-futures.workspace = true
web-sys.workspace = true