Skip to content

Commit

Permalink
Switch naga to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Jul 20, 2024
1 parent 9f36d1d commit 6f86fd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ glam = { version = "0.27", features = ["mint"] }
gltf = { version = "1.1", default-features = false }
log = "0.4"
mint = "0.5"
#TODO: switch to crates
naga = { git = "https://github.com/gfx-rs/wgpu", features = ["wgsl-in"], rev = "f44f52a85ddb3e7b93fe195fb98a8990b05575d8" }
naga = { version = "22", features = ["wgsl-in"] }
profiling = "1"
slab = "0.4"
strum = { version = "0.25", features = ["derive"] }
Expand Down

0 comments on commit 6f86fd3

Please sign in to comment.