mirror of
				https://github.com/Drezil/dear-imgui.hs.git
				synced 2025-11-04 07:01:06 +01:00 
			
		
		
		
	Fix cabal flag for image example (#170)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							69a463d98b
						
					
				
				
					commit
					802bdb72fe
				
			@@ -355,7 +355,7 @@ executable image
 | 
			
		||||
  main-is: Image.hs
 | 
			
		||||
  hs-source-dirs: examples/sdl
 | 
			
		||||
  build-depends: sdl2, gl, dear-imgui, managed, vector
 | 
			
		||||
  if (!flag(examples) || !flag(sdl) || !flag(opengl2))
 | 
			
		||||
  if (!flag(examples) || !flag(sdl) || !flag(opengl3))
 | 
			
		||||
    buildable: False
 | 
			
		||||
 | 
			
		||||
executable vulkan
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user