Switch to upstream naga-oil.

This commit is contained in:
Charlotte McElwain 2025-07-16 12:36:04 -07:00
parent 2f1353973e
commit 02fd3b34ef

View File

@ -127,7 +127,7 @@ wesl = { version = "0.1.2", optional = true }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]
# Omit the `glsl` feature in non-WebAssembly by default. # 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", "test_shader",
] } ] }
@ -135,7 +135,7 @@ naga_oil = { git = "https://github.com/tychedelia/naga_oil", branch = "wgpu-26",
proptest = "1" proptest = "1"
[target.'cfg(target_arch = "wasm32")'.dependencies] [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" js-sys = "0.3"
web-sys = { version = "0.3.67", features = [ web-sys = { version = "0.3.67", features = [
'Blob', 'Blob',