mirror of
				https://github.com/Drezil/dear-imgui.hs.git
				synced 2025-11-04 07:01:06 +01: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:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							9bb66f0113
						
					
				
				
					commit
					69a463d98b
				
			@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user