Skip to content

Commit

Permalink
wgpu 23
Browse files Browse the repository at this point in the history
  • Loading branch information
tychedelia committed Oct 18, 2024
1 parent 797bf59 commit 7b5bed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ prune = []
allow_deprecated = []

[dependencies]
naga = { version = "22.1", features = ["wgsl-in", "wgsl-out"] }
naga = { git = "https://github.com/gfx-rs/wgpu", branch = "trunk", features = ["wgsl-in", "wgsl-out"] }
tracing = "0.1"
regex = "1.8"
regex-syntax = "0.8"
Expand All @@ -31,6 +31,6 @@ once_cell = "1.17.0"
indexmap = "2"

[dev-dependencies]
wgpu = { version = "22", features = ["naga-ir"] }
wgpu = { git = "https://github.com/gfx-rs/wgpu", branch = "trunk", features = ["naga-ir"] }
futures-lite = "1"
tracing-subscriber = { version = "0.3", features = ["std", "fmt"] }

0 comments on commit 7b5bed0

Please sign in to comment.