diff --git a/crates/bevy_render/Cargo.toml b/crates/bevy_render/Cargo.toml index 2df66e2294..cc4ca4d758 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -127,7 +127,7 @@ wesl = { version = "0.1.2", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] # Omit the `glsl` feature in non-WebAssembly by default. -naga_oil = { git = "https://github.com/tychedelia/naga_oil", branch = "wgpu-26", default-features = false, features = [ +naga_oil = { git = "https://github.com/bevyengine/naga_oil", default-features = false, features = [ "test_shader", ] } @@ -135,7 +135,7 @@ naga_oil = { git = "https://github.com/tychedelia/naga_oil", branch = "wgpu-26", proptest = "1" [target.'cfg(target_arch = "wasm32")'.dependencies] -naga_oil = { git = "https://github.com/tychedelia/naga_oil", branch = "wgpu-26" } +naga_oil = { git = "https://github.com/bevyengine/naga_oil" } js-sys = "0.3" web-sys = { version = "0.3.67", features = [ 'Blob',