@@ -59,12 +59,12 @@ keywords = ["graphics"]
5959license = " MIT OR Apache-2.0"
6060homepage = " https://wgpu.rs/"
6161repository = " https://github.com/gfx-rs/wgpu"
62- version = " 25 .0.0"
62+ version = " 26 .0.0"
6363authors = [" gfx-rs developers" ]
6464
6565[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 = [
6868 " serde" ,
6969 " wgsl" ,
7070 " vulkan" ,
@@ -74,21 +74,21 @@ wgpu = { version = "25.0.0", path = "./wgpu", default-features = false, features
7474 " static-dxc" ,
7575 " noop" , # This should be removed if we ever have non-test crates that depend on wgpu
7676] }
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 }
8282
8383# These _cannot_ have a version specified. If it does, crates.io will look
8484# for a version of the package on crates when we publish naga. Path dependencies
8585# are allowed through though.
8686hlsl-snapshots = { path = " naga/hlsl-snapshots" }
8787
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" }
9292
9393anyhow = { version = " 1.0.87" , default-features = false }
9494approx = " 0.5"
0 commit comments