after upgrading from 1.3 to v1.6 (pip)
AttributeError: module 'imgui_bundle._imgui_bundle.imgui' has no attribute 'get_window_content_region_max'
Also, I found that when using a pure glfw backend, glfw has to be imported before imgui-bundle (which was not the case previously)
after upgrading from 1.3 to v1.6 (pip)
AttributeError: module 'imgui_bundle._imgui_bundle.imgui' has no attribute 'get_window_content_region_max'
Also, I found that when using a pure glfw backend, glfw has to be imported before imgui-bundle (which was not the case previously)