mirror of
https://github.com/Drezil/dear-imgui.hs.git
synced 2024-11-22 16:57:00 +00:00
Allow building of OpenGL3 component on Windows/Darwin (#35)
This commit is contained in:
parent
9e5dbd755f
commit
921aefdd69
@ -97,16 +97,8 @@ library
|
|||||||
DearImGui.OpenGL3
|
DearImGui.OpenGL3
|
||||||
cxx-sources:
|
cxx-sources:
|
||||||
imgui/backends/imgui_impl_opengl3.cpp
|
imgui/backends/imgui_impl_opengl3.cpp
|
||||||
if os(windows)
|
pkgconfig-depends:
|
||||||
buildable:
|
glew
|
||||||
False
|
|
||||||
else
|
|
||||||
if os(darwin)
|
|
||||||
buildable:
|
|
||||||
False
|
|
||||||
else
|
|
||||||
pkgconfig-depends:
|
|
||||||
glew
|
|
||||||
|
|
||||||
if flag(vulkan)
|
if flag(vulkan)
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
|
Loading…
Reference in New Issue
Block a user