mirror of
https://github.com/Drezil/dear-imgui.hs.git
synced 2024-11-22 08:56:59 +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
|
||||
cxx-sources:
|
||||
imgui/backends/imgui_impl_opengl3.cpp
|
||||
if os(windows)
|
||||
buildable:
|
||||
False
|
||||
else
|
||||
if os(darwin)
|
||||
buildable:
|
||||
False
|
||||
else
|
||||
pkgconfig-depends:
|
||||
glew
|
||||
pkgconfig-depends:
|
||||
glew
|
||||
|
||||
if flag(vulkan)
|
||||
exposed-modules:
|
||||
|
Loading…
Reference in New Issue
Block a user