pthom / imgui_bundle

Your fast track to powerful GUIs: Dear ImGui Bundle, an extensive toolkit for Python and C++ with immediate mode efficiency.
https://pthom.github.io/imgui_bundle/
MIT License
703 stars 73 forks source link

setuptools not listed as dependency, but required #272

Closed eruvanos closed 4 weeks ago

eruvanos commented 4 weeks ago

I am using uv to manage my dependencies, which by default does not install setuptools.

imgui_bundle requires distutils for the python backends. It would be good to add them as explicit dependencies.

pthom commented 4 weeks ago

Are you referring to the need for distutils which was removed by this PR? If not, where is setuptools required, there should be no need for it.

eruvanos commented 4 weeks ago

You are right, thank you