Allow building of OpenGL3 component on Windows/Darwin (#35)

This commit is contained in:
sheaf 2021-02-06 22:19:56 +01:00 committed by GitHub
parent 9e5dbd755f
commit 921aefdd69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: