Switch to upstream naga-oil.
This commit is contained in:
parent
2f1353973e
commit
02fd3b34ef
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user