Skip to content

Commit 1b2d70c

Browse files
authored
Use new release of wgpu (#37)
1 parent 59c5bb7 commit 1b2d70c

File tree

2 files changed

+27
-19
lines changed

2 files changed

+27
-19
lines changed

Cargo.lock

Lines changed: 26 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ futures = { version = "0.3", default-features = false, features = [
1616
"std",
1717
"executor"
1818
] }
19-
wgpu = { git = "https://github.com/gfx-rs/wgpu.git", rev = "8010203281d2f7c1accf8bfcc24de399278b9562", features = [
19+
wgpu = { version = "25.0.0", features = [
2020
"spirv",
2121
"vulkan-portability"
2222
] }

0 commit comments

Comments
 (0)