@@ -59,12 +59,12 @@ keywords = ["graphics"]
59
59
license = " MIT OR Apache-2.0"
60
60
homepage = " https://wgpu.rs/"
61
61
repository = " https://github.com/gfx-rs/wgpu"
62
- version = " 25 .0.0"
62
+ version = " 26 .0.0"
63
63
authors = [" gfx-rs developers" ]
64
64
65
65
[workspace .dependencies ]
66
- naga = { version = " 25 .0.0" , path = " ./naga" }
67
- wgpu = { version = " 25 .0.0" , path = " ./wgpu" , default-features = false , features = [
66
+ naga = { version = " 26 .0.0" , path = " ./naga" }
67
+ wgpu = { version = " 26 .0.0" , path = " ./wgpu" , default-features = false , features = [
68
68
" serde" ,
69
69
" wgsl" ,
70
70
" vulkan" ,
@@ -74,21 +74,21 @@ wgpu = { version = "25.0.0", path = "./wgpu", default-features = false, features
74
74
" static-dxc" ,
75
75
" noop" , # This should be removed if we ever have non-test crates that depend on wgpu
76
76
] }
77
- wgpu-core = { version = " 25 .0.0" , path = " ./wgpu-core" }
78
- wgpu-hal = { version = " 25 .0.0" , path = " ./wgpu-hal" }
79
- wgpu-macros = { version = " 25 .0.0" , path = " ./wgpu-macros" }
80
- wgpu-test = { version = " 25 .0.0" , path = " ./tests" }
81
- wgpu-types = { version = " 25 .0.0" , path = " ./wgpu-types" , default-features = false }
77
+ wgpu-core = { version = " 26 .0.0" , path = " ./wgpu-core" }
78
+ wgpu-hal = { version = " 26 .0.0" , path = " ./wgpu-hal" }
79
+ wgpu-macros = { version = " 26 .0.0" , path = " ./wgpu-macros" }
80
+ wgpu-test = { version = " 26 .0.0" , path = " ./tests" }
81
+ wgpu-types = { version = " 26 .0.0" , path = " ./wgpu-types" , default-features = false }
82
82
83
83
# These _cannot_ have a version specified. If it does, crates.io will look
84
84
# for a version of the package on crates when we publish naga. Path dependencies
85
85
# are allowed through though.
86
86
hlsl-snapshots = { path = " naga/hlsl-snapshots" }
87
87
88
- wgpu-core-deps-windows-linux-android = { version = " 25 .0.0" , path = " ./wgpu-core/platform-deps/windows-linux-android" }
89
- wgpu-core-deps-apple = { version = " 25 .0.0" , path = " ./wgpu-core/platform-deps/apple" }
90
- wgpu-core-deps-wasm = { version = " 25 .0.0" , path = " ./wgpu-core/platform-deps/wasm" }
91
- wgpu-core-deps-emscripten = { version = " 25 .0.0" , path = " ./wgpu-core/platform-deps/emscripten" }
88
+ wgpu-core-deps-windows-linux-android = { version = " 26 .0.0" , path = " ./wgpu-core/platform-deps/windows-linux-android" }
89
+ wgpu-core-deps-apple = { version = " 26 .0.0" , path = " ./wgpu-core/platform-deps/apple" }
90
+ wgpu-core-deps-wasm = { version = " 26 .0.0" , path = " ./wgpu-core/platform-deps/wasm" }
91
+ wgpu-core-deps-emscripten = { version = " 26 .0.0" , path = " ./wgpu-core/platform-deps/emscripten" }
92
92
93
93
anyhow = { version = " 1.0.87" , default-features = false }
94
94
approx = " 0.5"
0 commit comments