mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
Update vulkano requirement from 0.20 to 0.21 (#21)
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/commits) 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:
parent
a6059762d0
commit
e63dae366f
@ -10,7 +10,7 @@ edition = "2018"
|
||||
bincode = "1.3"
|
||||
serde = { version = "1.0", features = ["derive", "rc"] }
|
||||
serde_json = "1.0"
|
||||
vulkano = "0.20"
|
||||
vulkano = "0.21"
|
||||
log = "0.4"
|
||||
env_logger = "0.8"
|
||||
rand = "0.8"
|
||||
|
Loading…
Reference in New Issue
Block a user