Skip to content

Commit 7e072ea

Browse files
committed
cleanup
1 parent 95ce492 commit 7e072ea

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

frontend/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7-
dioxus = { version = "0.7", features = ["macro","web"] }
8-
dioxus-web = "0.7"
7+
dioxus = { version = "0.7.1", features = ["macro","web"] }
8+
#dioxus = { version = "0.7.1", features = ["macro","web"], git = "https://github.com/dioxuslabs/dioxus", branch="main"}
99
wasm-bindgen = "0.2"
1010
wasm-bindgen-futures = "0.4"
1111
js-sys = "0.3"

frontend/Dioxus.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ minify_js = false
1313
[web.wasm]
1414
## ensures WASM + JS are together
1515
mode = "bundled"
16-
## forces Dioxus to generate the snippets/ folder for wasm-bindgen helpers
17-
## snippets = true

0 commit comments

Comments
 (0)