@@ -16,8 +16,8 @@ bevy_reflect = { path = "../bevy_reflect", version = "0.17.0-dev" }
16
16
bevy_platform = { path = " ../bevy_platform" , version = " 0.17.0-dev" }
17
17
18
18
# 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" ] }
21
21
serde = { version = " 1" , features = [" derive" ] }
22
22
thiserror = { version = " 2" , default-features = false }
23
23
wesl = { version = " 0.1.2" , optional = true }
@@ -26,12 +26,12 @@ tracing = { version = "0.1", default-features = false, features = ["std"] }
26
26
27
27
[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
28
28
# 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 = [
30
30
" test_shader" ,
31
31
] }
32
32
33
33
[target .'cfg(target_arch = "wasm32")' .dependencies ]
34
- naga_oil = { version = " 0.18 " }
34
+ naga_oil = { git = " https://github.com/bevyengine/naga_oil " }
35
35
36
36
[features ]
37
37
shader_format_glsl = [" naga/glsl-in" , " naga/wgsl-out" , " naga_oil/glsl" ]
0 commit comments