Skip to content

Commit 5e9a766

Browse files
chore: bump dependencies
1 parent 1badda7 commit 5e9a766

File tree

2 files changed

+95
-21
lines changed

2 files changed

+95
-21
lines changed

Cargo.lock

Lines changed: 92 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ env_logger = "0.11.8"
3030
egui-winit = "0.33.3"
3131
gpu-allocator = { version = "0.28", optional = true }
3232
pollster = "0.4.0"
33-
wgpu-hal = { version = "27.0.0", features = ["vulkan"], optional = true }
33+
wgpu-hal = { version = "28.0.0", features = ["vulkan"], optional = true }
3434

3535
[target.'cfg(target_arch = "wasm32")'.dependencies]
3636
console_error_panic_hook = "0.1.7"
3737
console_log = "1.0.0"
3838
egui-winit = { version = "0.33.3", default-features = false }
39-
wasm-bindgen = "0.2.106"
40-
wasm-bindgen-futures = "0.4.56"
39+
wasm-bindgen = "0.2.108"
40+
wasm-bindgen-futures = "0.4.58"
4141

4242
[target.'cfg(target_os = "android")'.dependencies]
4343
android-activity = { version = "0.6", features = ["native-activity"] }

0 commit comments

Comments
 (0)