d-gamedev-team / dimgui

dimgui is a D port of the imgui OpenGL GUI library.
zlib License
48 stars 13 forks source link

Fix examples/*/dub.json to work on macOS #14

Closed n8sh closed 5 years ago

n8sh commented 6 years ago

Move libs not present or needed on macOS from libs-posix to libs-linux. The libs-linux section may need to be duplicated to support other posix platforms.

Note that even after this commit examples/memory does not run on macOS as macOS supports neither GL_ARB_debug_output nor GL_KHR_debug.

AndrejMitrovic commented 5 years ago

Sorry for the wait, I had notifications off! Thanks a lot for your work.