-
Notifications
You must be signed in to change notification settings - Fork 436
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release Vulkano 0.28 * resolve unused ImageCreateFlags import on windows build Co-authored-by: Austin Johnson <[email protected]>
- Loading branch information
1 parent
09cf7e8
commit e7acf2a
Showing
5 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "vulkano-shaders" | ||
version = "0.27.1" | ||
version = "0.28.0" | ||
edition = "2021" | ||
authors = ["Pierre Krieger <[email protected]>", "The vulkano contributors"] | ||
repository = "https://github.com/vulkano-rs/vulkano" | ||
|
@@ -21,7 +21,7 @@ proc-macro2 = "1.0" | |
quote = "1.0" | ||
shaderc = "0.7" | ||
syn = { version = "1.0", features = ["full", "extra-traits"] } | ||
vulkano = { version = "0.27.1", path = "../vulkano" } | ||
vulkano = { version = "0.28.0", path = "../vulkano" } | ||
|
||
[features] | ||
shaderc-build-from-source = ["shaderc/build-from-source"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "vulkano-win" | ||
version = "0.27.1" | ||
version = "0.28.0" | ||
edition = "2021" | ||
authors = ["Pierre Krieger <[email protected]>", "The vulkano contributors"] | ||
repository = "https://github.com/vulkano-rs/vulkano" | ||
|
@@ -18,7 +18,7 @@ raw-window-handle_ = ["raw-window-handle"] | |
|
||
[dependencies] | ||
winit = { version = "0.26", optional = true } | ||
vulkano = { version = "0.27.1", path = "../vulkano" } | ||
vulkano = { version = "0.28.0", path = "../vulkano" } | ||
raw-window-handle = { version = "0.4", optional = true } | ||
|
||
[target.'cfg(target_os = "macos")'.dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "vulkano" | ||
version = "0.27.1" | ||
version = "0.28.0" | ||
edition = "2021" | ||
authors = ["Pierre Krieger <[email protected]>", "The vulkano contributors"] | ||
repository = "https://github.com/vulkano-rs/vulkano" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters