Skip to content

Commit

Permalink
[next/wgpu] Patch wgpu to git version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Jan 16, 2025
1 parent 11f6a41 commit 7623805
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 31 deletions.
31 changes: 13 additions & 18 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -294,5 +294,5 @@ overflow-checks = true
[patch.crates-io]
# Here are some patches we might want to apply for development:
#
# wgpu = { git = "https://github.com/gfx-rs/wgpu/", branch = "trunk" }
# exhaust = { git = "https://github.com/kpreid/exhaust/", branch = "main" }
wgpu = { git = "https://github.com/gfx-rs/wgpu/", branch = "trunk" }
4 changes: 3 additions & 1 deletion all-is-cubes-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ arbitrary = [
"euclid/arbitrary",
"ordered-float/arbitrary"
]
rerun = ["dep:re_types"]
rerun = [
"dep:re_types"
]
serde = [
"dep:serde",
"ordered-float/serde",
Expand Down
15 changes: 5 additions & 10 deletions all-is-cubes-wasm/Cargo.lock

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

2 changes: 1 addition & 1 deletion all-is-cubes-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,5 @@ overflow-checks = true
[patch.crates-io]
# Here are some patches we might want to apply for development:
#
# wgpu = { git = "https://github.com/gfx-rs/wgpu/", branch = "trunk" }
# exhaust = { git = "https://github.com/kpreid/exhaust/", branch = "main" }
wgpu = { git = "https://github.com/gfx-rs/wgpu/", branch = "trunk" }

0 comments on commit 7623805

Please sign in to comment.