mirror of
https://github.com/Drezil/dear-imgui.hs.git
synced 2024-11-22 00:47:00 +00:00
Fix cabal flag for image example (#170)
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user