From 69a463d98b8effc227a3a66c16a0d99adec87dbb Mon Sep 17 00:00:00 2001 From: Alexander Bondarenko <486682+dpwiz@users.noreply.github.com> Date: Mon, 12 Dec 2022 21:33:48 +0300 Subject: [PATCH] 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. --- dear-imgui.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dear-imgui.cabal b/dear-imgui.cabal index 317577e..3b89bbe 100644 --- a/dear-imgui.cabal +++ b/dear-imgui.cabal @@ -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