Fix vulkan versions to a fresh set (#168)

vulkan, vulkan-utils and VMA can be too old/new for each other.
This cuts a fresh, known-to-work set of lower bounds.
This commit is contained in:
Alexander Bondarenko 2022-12-12 21:33:48 +03:00 committed by GitHub
parent 9bb66f0113
commit 69a463d98b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -390,8 +390,9 @@ executable vulkan
, vector , vector
^>= 0.12.1.2 ^>= 0.12.1.2
, vulkan , vulkan
^>= 3.9 >= 3.12
, vulkan-utils , vulkan-utils
^>= 0.4.1 >= 0.5
, VulkanMemoryAllocator , VulkanMemoryAllocator
>= 0.7.1
, JuicyPixels , JuicyPixels