Skip to content

Commit

Permalink
deps: switch naga to crates.io version 23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gvozdvmozgu authored and kvark committed Nov 15, 2024
1 parent c75fd1f commit 19ee25a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +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 once https://github.com/gfx-rs/wgpu/pull/6256 is published
naga = { git = "https://github.com/gfx-rs/wgpu", rev = "dfc384a7fd4ab7250a75d59c6f831d9ffb220f7e", features = [
"wgsl-in",
] }
naga = { version = "23.0", features = ["wgsl-in"] }
profiling = "1"
slab = "0.4"
strum = { version = "0.25", features = ["derive"] }
Expand Down

0 comments on commit 19ee25a

Please sign in to comment.