mirror of
				https://github.com/Drezil/dear-imgui.hs.git
				synced 2025-11-03 22:51:07 +01:00 
			
		
		
		
	Allow building of OpenGL3 component on Windows/Darwin (#35)
This commit is contained in:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user