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

remove `LooseVersion` requirement from pyglet backend #269

Closed DragonMoffon closed 1 month ago

DragonMoffon commented 1 month ago

Solution for #249 (pyglet only).

Because the solution came through pyglet 2.0.0, there is no need to check any version number beyond the first, and the major version is always an int for pyglet.

pthom commented 1 month ago

Hi,

Thanks a lot for the PR. It looks good to me, I merged it.

Have a nice day!