mirror of
https://github.com/Drezil/dear-imgui.hs.git
synced 2024-11-22 08:56:59 +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:
|
||||
False
|
||||
manual:
|
||||
False
|
||||
True
|
||||
|
||||
flag opengl3
|
||||
description:
|
||||
@ -19,7 +19,7 @@ flag opengl3
|
||||
default:
|
||||
True
|
||||
manual:
|
||||
False
|
||||
True
|
||||
|
||||
flag vulkan
|
||||
description:
|
||||
@ -35,7 +35,7 @@ flag sdl
|
||||
default:
|
||||
True
|
||||
manual:
|
||||
False
|
||||
True
|
||||
|
||||
flag glfw
|
||||
description:
|
||||
|
Loading…
Reference in New Issue
Block a user