diff --git a/crates/bevy_pbr/Cargo.toml b/crates/bevy_pbr/Cargo.toml index e01ac3963d189..76e8108dd8621 100644 --- a/crates/bevy_pbr/Cargo.toml +++ b/crates/bevy_pbr/Cargo.toml @@ -31,5 +31,5 @@ bitflags = "2.3" bytemuck = { version = "1", features = ["derive"] } radsort = "0.1" # naga_oil = "0.8" -naga_oil = { git = "https://github.com/VitalyAnkh/naga_oil.git", branch = "update-naga-to-0.13" } +naga_oil = { git = "https://github.com/robtfm/naga_oil.git", branch = "0.13" } smallvec = "1.6" diff --git a/crates/bevy_render/Cargo.toml b/crates/bevy_render/Cargo.toml index 7ff72a0716e3d..411eb42924c47 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -75,7 +75,7 @@ regex = "1.5" ddsfile = { version = "0.5.0", optional = true } ktx2 = { version = "0.3.0", optional = true } # naga_oil = "0.8" -naga_oil = { git = "https://github.com/VitalyAnkh/naga_oil.git", branch = "update-naga-to-0.13" } +naga_oil = { git = "https://github.com/robtfm/naga_oil.git", branch = "0.13" } # For ktx2 supercompression flate2 = { version = "1.0.22", optional = true } ruzstd = { version = "0.4.0", optional = true }