mirror of
https://github.com/Drezil/dear-imgui.hs.git
synced 2025-07-17 10:13:13 +02:00
Build executables conditionally on features (#41)
* Build executables conditionally on features * Put away examples under a flag
This commit is contained in:
committed by
GitHub
parent
2eddbdfa04
commit
ebd5286e1c
@ -1,3 +1,3 @@
|
||||
packages: *.cabal
|
||||
package dear-imgui
|
||||
flags: +sdl2 +glfw +opengl2 +opengl3 +vulkan
|
||||
flags: +sdl2 +glfw +opengl2 +opengl3 +vulkan +examples
|
||||
|
Reference in New Issue
Block a user