diff --git a/Cargo.toml b/Cargo.toml index 1f8aaf6b..521d81ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }