mirror of
https://github.com/Drezil/dear-imgui.hs.git
synced 2024-11-22 16:57:00 +00:00
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:
parent
9bb66f0113
commit
69a463d98b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user