Skip to content

Commit baef23e

Browse files
authored
0.26 (#1723)
1 parent 5e2eb42 commit baef23e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

vulkano-shaders/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vulkano-shaders"
3-
version = "0.25.0"
3+
version = "0.26.0"
44
edition = "2018"
55
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
66
repository = "https://github.com/vulkano-rs/vulkano"
@@ -19,7 +19,7 @@ proc-macro2 = "1.0"
1919
quote = "1.0"
2020
shaderc = "0.7"
2121
syn = { version = "1.0", features = ["full", "extra-traits"] }
22-
vulkano = { version = "0.25.0", path = "../vulkano" }
22+
vulkano = { version = "0.26.0", path = "../vulkano" }
2323

2424
[features]
2525
shaderc-build-from-source = ["shaderc/build-from-source"]

vulkano-win/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vulkano-win"
3-
version = "0.25.0"
3+
version = "0.26.0"
44
edition = "2018"
55
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
66
repository = "https://github.com/vulkano-rs/vulkano"
@@ -18,7 +18,7 @@ raw-window-handle_ = ["raw-window-handle"]
1818

1919
[dependencies]
2020
winit = { version = "0.25", optional = true }
21-
vulkano = { version = "0.25.0", path = "../vulkano" }
21+
vulkano = { version = "0.26.0", path = "../vulkano" }
2222
raw-window-handle = { version = "0.3.3", optional = true }
2323

2424
[target.'cfg(target_os = "macos")'.dependencies]

vulkano/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vulkano"
3-
version = "0.25.0"
3+
version = "0.26.0"
44
edition = "2018"
55
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
66
repository = "https://github.com/vulkano-rs/vulkano"

0 commit comments

Comments
 (0)