Skip to content

Commit

Permalink
0.26 (#1723)
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinJ235 authored Oct 3, 2021
1 parent 5e2eb42 commit baef23e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions vulkano-shaders/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vulkano-shaders"
version = "0.25.0"
version = "0.26.0"
edition = "2018"
authors = ["Pierre Krieger <[email protected]>", "The vulkano contributors"]
repository = "https://github.com/vulkano-rs/vulkano"
Expand All @@ -19,7 +19,7 @@ proc-macro2 = "1.0"
quote = "1.0"
shaderc = "0.7"
syn = { version = "1.0", features = ["full", "extra-traits"] }
vulkano = { version = "0.25.0", path = "../vulkano" }
vulkano = { version = "0.26.0", path = "../vulkano" }

[features]
shaderc-build-from-source = ["shaderc/build-from-source"]
4 changes: 2 additions & 2 deletions vulkano-win/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vulkano-win"
version = "0.25.0"
version = "0.26.0"
edition = "2018"
authors = ["Pierre Krieger <[email protected]>", "The vulkano contributors"]
repository = "https://github.com/vulkano-rs/vulkano"
Expand All @@ -18,7 +18,7 @@ raw-window-handle_ = ["raw-window-handle"]

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

[target.'cfg(target_os = "macos")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion vulkano/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vulkano"
version = "0.25.0"
version = "0.26.0"
edition = "2018"
authors = ["Pierre Krieger <[email protected]>", "The vulkano contributors"]
repository = "https://github.com/vulkano-rs/vulkano"
Expand Down

0 comments on commit baef23e

Please sign in to comment.