Skip to content

Commit

Permalink
Fix vulkan versions to a fresh set (#168)
Browse files Browse the repository at this point in the history
vulkan, vulkan-utils and VMA can be too old/new for each other.
This cuts a fresh, known-to-work set of lower bounds.
  • Loading branch information
dpwiz authored Dec 12, 2022
1 parent 9bb66f0 commit 69a463d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dear-imgui.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,9 @@ executable vulkan
, vector
^>= 0.12.1.2
, vulkan
^>= 3.9
>= 3.12
, vulkan-utils
^>= 0.4.1
>= 0.5
, VulkanMemoryAllocator
>= 0.7.1
, JuicyPixels

0 comments on commit 69a463d

Please sign in to comment.