Update vulkano requirement from 0.21 to 0.22 (#27)

Updates the requirements on [vulkano](https://github.com/vulkano-rs/vulkano) to permit the latest version.
- [Release notes](https://github.com/vulkano-rs/vulkano/releases)
- [Changelog](https://github.com/vulkano-rs/vulkano/blob/master/CHANGELOG_VULKANO.md)
- [Commits](https://github.com/vulkano-rs/vulkano/compare/v0.21.0...v0.22.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2021-04-02 10:45:09 +03:00
committed by GitHub
parent 7cf7be3279
commit 2f0843e1a7

View File

@@ -10,7 +10,7 @@ edition = "2018"
bincode = "1.3"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"
vulkano = "0.21"
vulkano = "0.22"
log = "0.4"
env_logger = "0.8"
rand = "0.8"