mirror of
https://github.com/Drezil/dear-imgui.hs.git
synced 2024-11-22 16:57:00 +00:00
Update all flags to allow setting them manually (#64)
This commit is contained in:
parent
ff267143d0
commit
c4f3a1e0b9
@ -11,7 +11,7 @@ flag opengl2
|
|||||||
default:
|
default:
|
||||||
False
|
False
|
||||||
manual:
|
manual:
|
||||||
False
|
True
|
||||||
|
|
||||||
flag opengl3
|
flag opengl3
|
||||||
description:
|
description:
|
||||||
@ -19,7 +19,7 @@ flag opengl3
|
|||||||
default:
|
default:
|
||||||
True
|
True
|
||||||
manual:
|
manual:
|
||||||
False
|
True
|
||||||
|
|
||||||
flag vulkan
|
flag vulkan
|
||||||
description:
|
description:
|
||||||
@ -35,7 +35,7 @@ flag sdl
|
|||||||
default:
|
default:
|
||||||
True
|
True
|
||||||
manual:
|
manual:
|
||||||
False
|
True
|
||||||
|
|
||||||
flag glfw
|
flag glfw
|
||||||
description:
|
description:
|
||||||
|
Loading…
Reference in New Issue
Block a user