diff --git a/Cargo.lock b/Cargo.lock index ce8a2f7..8e753ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -462,9 +462,9 @@ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" [[package]] name = "naga" -version = "30.0.0" +version = "30.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23bf0a141a9ab6f07dbb492db53245e464bc9db42f407772d9ae03d83a2c1033" +checksum = "a616d2fb8c89516ac2723a581f69d6c18576046bed761bd6b305e5618e6ae130" dependencies = [ "arrayvec", "bit-set", diff --git a/Cargo.toml b/Cargo.toml index ea8061d..6dcad1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ atrinik-render-ui = { path = "crates/atrinik-render-ui", version = "=0.1.0" } atrinik-render-wgpu = { path = "crates/atrinik-render-wgpu", version = "=0.1.0" } atrinik-scene = { path = "crates/atrinik-scene", version = "=0.1.0" } bytemuck = { version = "=1.25.2", features = ["derive"] } -naga = { version = "=30.0.0", features = ["wgsl-in"] } +naga = { version = "=30.0.1", features = ["wgsl-in"] } pollster = "=1.0.1" sdl3 = { version = "=0.18.4", default-features = false, features = ["build-from-source-static", "raw-window-handle"] } sha2 = "=0.11.0"