Skip to content

Commit

Permalink
Upgrade to what is almost wgpu 23.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eliemichel committed Oct 27, 2024
1 parent e81dd63 commit 76df580
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@ resolver = "2"
[workspace.dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "2b15a2b24b69e105ebdbb5e8a859e2df75e441c1"
rev = "947fcdf77ce9eed9927950181c595a0fe93fb0b3"

[workspace.dependencies.wgt]
package = "wgpu-types"
git = "https://github.com/gfx-rs/wgpu"
rev = "2b15a2b24b69e105ebdbb5e8a859e2df75e441c1"
rev = "947fcdf77ce9eed9927950181c595a0fe93fb0b3"

[workspace.dependencies.hal]
package = "wgpu-hal"
git = "https://github.com/gfx-rs/wgpu"
rev = "2b15a2b24b69e105ebdbb5e8a859e2df75e441c1"
rev = "947fcdf77ce9eed9927950181c595a0fe93fb0b3"

[workspace.dependencies.naga]
package = "naga"
git = "https://github.com/gfx-rs/wgpu"
rev = "2b15a2b24b69e105ebdbb5e8a859e2df75e441c1"
rev = "947fcdf77ce9eed9927950181c595a0fe93fb0b3"

[lib]
crate-type = ["cdylib", "staticlib"]
Expand Down

0 comments on commit 76df580

Please sign in to comment.