Skip to content

Commit

Permalink
Remove wasm-bindgen from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechu10 committed Oct 20, 2023
1 parent 3d8f23d commit 71ba06a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion examples/js-framework-benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ console_error_panic_hook = "0.1.7"
getrandom = { version = "0.2.8", features = ["js"] }
rand = "0.8.5"
sycamore = { path = "../../packages/sycamore" }
wasm-bindgen = "0.2.83"
web-sys = "0.3.60"
3 changes: 1 addition & 2 deletions examples/todomvc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.89"
sycamore = { path = "../../packages/sycamore", features = ["serde"] }
uuid = { version = "1.2.2", features = ["serde", "v4", "js"] }
wasm-bindgen = "0.2.83"

[dependencies.web-sys]
features = ["InputEvent", "KeyboardEvent", "Location", "Storage"]
features = ["Location", "Storage"]
version = "0.3.60"

0 comments on commit 71ba06a

Please sign in to comment.