Skip to content

Commit 3750575

Browse files
committed
Merge branch 'Demonthos-update-dioxus-0.3'
2 parents 52b54f3 + bcf8af7 commit 3750575

File tree

11 files changed

+750
-1224
lines changed

11 files changed

+750
-1224
lines changed

frameworks/keyed/dioxus/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
dioxus = { version = "0.2.4", features = ["web"] }
10-
getrandom = { version = "0.2.6", features = ["js"] }
11-
rand = { version = "0.8.5", features = ["small_rng"] }
9+
dioxus = "0.3.1"
10+
dioxus-web = "0.3.1"
11+
js-sys = "*"
1212

13-
wasm-bindgen = { version = "*", features = ["enable-interning"] }
1413
[profile.release]
15-
opt-level = "s"
14+
opt-level = 3
1615
lto = true
1716
codegen-units = 1
17+
panic = "abort"

0 commit comments

Comments
 (0)