Skip to content

Commit 4c3aca1

Browse files
IsaacMarovitzchyyran
authored andcommitted
WGPU 27
Signed-off-by: Isaac Marovitz <[email protected]>
1 parent 9909b6d commit 4c3aca1

File tree

9 files changed

+111
-70
lines changed

9 files changed

+111
-70
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ objc2 = { version = "0.6" }
2828
glow = { version = "0.16.0" }
2929
glfw = { version = "0.59.0" }
3030

31-
wgpu = { version = "25", default-features = false }
32-
wgpu-types = { version = "25" }
31+
wgpu = { version = "27", default-features = false }
32+
wgpu-types = { version = "27" }
3333

3434
clap = { version = "=4.3.0", features = ["derive"] }
3535
rayon = { version = "1.10.0"}

0 commit comments

Comments
 (0)