@@ -16,8 +16,8 @@ bevy_reflect = { path = "../bevy_reflect", version = "0.17.0-dev" }
1616bevy_platform = { path = " ../bevy_platform" , version = " 0.17.0-dev" }
1717
1818# other
19- wgpu-types = { version = " 25 " , default-features = false }
20- naga = { version = " 25 " , features = [" wgsl-in" ] }
19+ wgpu-types = { version = " 26 " , default-features = false }
20+ naga = { version = " 26 " , features = [" wgsl-in" ] }
2121serde = { version = " 1" , features = [" derive" ] }
2222thiserror = { version = " 2" , default-features = false }
2323wesl = { version = " 0.1.2" , optional = true }
@@ -26,12 +26,12 @@ tracing = { version = "0.1", default-features = false, features = ["std"] }
2626
2727[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
2828# Omit the `glsl` feature in non-WebAssembly by default.
29- naga_oil = { version = " 0.18 " , default-features = false , features = [
29+ naga_oil = { git = " https://github.com/bevyengine/naga_oil " , default-features = false , features = [
3030 " test_shader" ,
3131] }
3232
3333[target .'cfg(target_arch = "wasm32")' .dependencies ]
34- naga_oil = { version = " 0.18 " }
34+ naga_oil = { git = " https://github.com/bevyengine/naga_oil " }
3535
3636[features ]
3737shader_format_glsl = [" naga/glsl-in" , " naga/wgsl-out" , " naga_oil/glsl" ]
0 commit comments