Skip to content

Commit

Permalink
Update wasm-bindgen and sync with CI (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 authored Mar 28, 2024
1 parent 593b18d commit 9d63397
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 23 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
tool: just

- uses: jetli/wasm-bindgen-action@v0.2.0
with:
version: 0.2.92

- run: just clippy-wasm

Expand Down
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
members = [
"crates/*"
"crates/*"
]
resolver = "2"

Expand Down Expand Up @@ -28,12 +28,12 @@ convert_case = "0.6.0"
criterion = "0.5.1"
dhat = "0.3.2" # for heap profiling
eframe = { version = "0.25", default-features = false, features = [
"accesskit",
"default_fonts",
"persistence",
"wgpu",
"wayland",
"x11",
"accesskit",
"default_fonts",
"persistence",
"wgpu",
"wayland",
"x11",
] }
egui = "0.25.0"
env_logger = "0.10.0"
Expand Down Expand Up @@ -74,8 +74,8 @@ time = "0.3.20"
tracing-subscriber = "0.3.16"
usvg = "0.38.0"
voronoice = "0.2.0"
wasm-bindgen = "0.2.88"
wasm-bindgen-futures = "0.4.38"
wasm-bindgen = "0.2.92" # sync with CI!!
wasm-bindgen-futures = "0.4.42"
web-time = "0.2" # sync with egui-winit
web-sys = "0.3.64"
wgpu = { version = "0.18", default-features = false, features = ["webgl"] } # sync with egui-wgpu
Expand Down

0 comments on commit 9d63397

Please sign in to comment.