pthom / imgui_bundle

Dear ImGui Bundle: an extensive set of Ready-to-use widgets and libraries, based on ImGui. Start your first app in 5 lines of code, or less. Whether you prefer Python or C++, this pack has your back!
https://pthom.github.io/imgui_bundle/
MIT License
590 stars 62 forks source link

MacOS binary wheel installation #219

Closed dcnieho closed 3 weeks ago

dcnieho commented 3 weeks ago

As per #215 (see also #80), document workaround if binary wheel for MacOS is not picked up by pip. Also reverts MACOSX_DEPLOYMENT_TARGET to 11.0

pthom commented 3 weeks ago

Hello, Diederick,

I just merged this PR. I just had to make a little change because Readme.adoc is actually generated from a lot of documentation source files.

See https://github.com/pthom/imgui_bundle/commit/71aa9d00ff09ef9486784743ddbbd65fd2cd841e#diff-1f1143c8b2abfdf780878fc694f3bbc28406e15f46a784b6f228b748608bf474

Cheers!