diff --git a/rend3-routine/Cargo.toml b/rend3-routine/Cargo.toml index 9d7c4554..0696da3d 100644 --- a/rend3-routine/Cargo.toml +++ b/rend3-routine/Cargo.toml @@ -20,7 +20,7 @@ encase = { version = "0.7", features = ["glam"] } flume = "0.11" glam = { version = "0.25.0", features = ["bytemuck"] } log = "0.4" -naga = { version = "0.19.0", features = ["wgsl-in"] } +naga = { version = "0.20.0", features = ["wgsl-in"] } ordered-float = "4" parking_lot = "0.12" profiling = {version = "1", default-features = false }