From 921aefdd6965c11c87a5543cb442bd4794fcb7ad Mon Sep 17 00:00:00 2001 From: sheaf Date: Sat, 6 Feb 2021 22:19:56 +0100 Subject: [PATCH] Allow building of OpenGL3 component on Windows/Darwin (#35) --- dear-imgui.cabal | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/dear-imgui.cabal b/dear-imgui.cabal index ba67363..3b36c93 100644 --- a/dear-imgui.cabal +++ b/dear-imgui.cabal @@ -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: