Fix cabal flag for image example (#170)

This commit is contained in:
Alexander Bondarenko
2022-12-24 13:21:51 +03:00
committed by GitHub
parent 69a463d98b
commit 802bdb72fe

View File

@ -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