Skip to content

Commit

Permalink
Cargo.toml: use git tag instead of rev+version
Browse files Browse the repository at this point in the history
  • Loading branch information
rajveermalviya committed Aug 26, 2024
1 parent 1f727ba commit 5caad86
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

12 changes: 4 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,22 @@ resolver = "2"
[workspace.dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "5c5c8b1d4d2d965fbd10b290ee26f4e7eb158d7c"
version = "22.0.0"
tag = "v22.1.0"

[workspace.dependencies.wgt]
package = "wgpu-types"
git = "https://github.com/gfx-rs/wgpu"
rev = "5c5c8b1d4d2d965fbd10b290ee26f4e7eb158d7c"
version = "22.0.0"
tag = "v22.1.0"

[workspace.dependencies.hal]
package = "wgpu-hal"
git = "https://github.com/gfx-rs/wgpu"
rev = "5c5c8b1d4d2d965fbd10b290ee26f4e7eb158d7c"
version = "22.0.0"
tag = "v22.1.0"

[workspace.dependencies.naga]
package = "naga"
git = "https://github.com/gfx-rs/wgpu"
rev = "5c5c8b1d4d2d965fbd10b290ee26f4e7eb158d7c"
version = "22.0.0"
tag = "v22.1.0"

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

0 comments on commit 5caad86

Please sign in to comment.