py-imgui-redux 4.0.1__tar.gz → 4.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (344) hide show
  1. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/PKG-INFO +1 -1
  2. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/pyproject.toml +1 -1
  3. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/CMakeLists.txt +0 -0
  4. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/LICENSE +0 -0
  5. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/MANIFEST.in +0 -0
  6. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/README.md +0 -0
  7. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/build/py_imgui_redux.egg-info/SOURCES.txt +0 -0
  8. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/pybind11_stubgen.py +0 -0
  9. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/setup.cfg +0 -0
  10. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/setup.py +0 -0
  11. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/CMakeLists.txt +0 -0
  12. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glad/include/KHR/khrplatform.h +0 -0
  13. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glad/include/glad/gl.h +0 -0
  14. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glad/src/gl.c +0 -0
  15. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/.appveyor.yml +0 -0
  16. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/.editorconfig +0 -0
  17. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/.git +0 -0
  18. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/.gitattributes +0 -0
  19. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/.gitignore +0 -0
  20. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/.mailmap +0 -0
  21. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/CMake/GenerateMappings.cmake +0 -0
  22. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/CMake/Info.plist.in +0 -0
  23. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/CMake/cmake_uninstall.cmake.in +0 -0
  24. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/CMake/glfw3.pc.in +0 -0
  25. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/CMake/glfw3Config.cmake.in +0 -0
  26. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/CMake/i686-w64-mingw32-clang.cmake +0 -0
  27. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/CMake/i686-w64-mingw32.cmake +0 -0
  28. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/CMake/modules/FindEpollShim.cmake +0 -0
  29. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/CMake/modules/FindOSMesa.cmake +0 -0
  30. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/CMake/x86_64-w64-mingw32-clang.cmake +0 -0
  31. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/CMake/x86_64-w64-mingw32.cmake +0 -0
  32. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/CMakeLists.txt +0 -0
  33. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/CONTRIBUTORS.md +0 -0
  34. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/LICENSE.md +0 -0
  35. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/README.md +0 -0
  36. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/getopt.c +0 -0
  37. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/getopt.h +0 -0
  38. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/glad/gl.h +0 -0
  39. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/glad/gles2.h +0 -0
  40. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/glad/vulkan.h +0 -0
  41. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/linmath.h +0 -0
  42. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/mingw/_mingw_dxhelper.h +0 -0
  43. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/mingw/dinput.h +0 -0
  44. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/mingw/xinput.h +0 -0
  45. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/nuklear.h +0 -0
  46. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/nuklear_glfw_gl2.h +0 -0
  47. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/stb_image_write.h +0 -0
  48. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/tinycthread.c +0 -0
  49. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/tinycthread.h +0 -0
  50. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/wayland/fractional-scale-v1.xml +0 -0
  51. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/wayland/idle-inhibit-unstable-v1.xml +0 -0
  52. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/wayland/pointer-constraints-unstable-v1.xml +0 -0
  53. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/wayland/relative-pointer-unstable-v1.xml +0 -0
  54. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/wayland/viewporter.xml +0 -0
  55. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/wayland/wayland.xml +0 -0
  56. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/wayland/xdg-activation-v1.xml +0 -0
  57. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/wayland/xdg-decoration-unstable-v1.xml +0 -0
  58. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/deps/wayland/xdg-shell.xml +0 -0
  59. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/examples/CMakeLists.txt +0 -0
  60. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/examples/boing.c +0 -0
  61. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/examples/gears.c +0 -0
  62. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/examples/glfw.icns +0 -0
  63. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/examples/glfw.ico +0 -0
  64. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/examples/glfw.rc +0 -0
  65. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/examples/heightmap.c +0 -0
  66. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/examples/offscreen.c +0 -0
  67. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/examples/particles.c +0 -0
  68. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/examples/sharing.c +0 -0
  69. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/examples/splitview.c +0 -0
  70. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/examples/triangle-opengl.c +0 -0
  71. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/examples/triangle-opengles.c +0 -0
  72. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/examples/wave.c +0 -0
  73. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/examples/windows.c +0 -0
  74. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/include/GLFW/glfw3.h +0 -0
  75. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/include/GLFW/glfw3native.h +0 -0
  76. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/CMakeLists.txt +0 -0
  77. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/cocoa_init.m +0 -0
  78. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/cocoa_joystick.h +0 -0
  79. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/cocoa_joystick.m +0 -0
  80. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/cocoa_monitor.m +0 -0
  81. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/cocoa_platform.h +0 -0
  82. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/cocoa_time.c +0 -0
  83. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/cocoa_time.h +0 -0
  84. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/cocoa_window.m +0 -0
  85. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/context.c +0 -0
  86. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/egl_context.c +0 -0
  87. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/glfw.rc.in +0 -0
  88. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/glx_context.c +0 -0
  89. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/init.c +0 -0
  90. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/input.c +0 -0
  91. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/internal.h +0 -0
  92. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/linux_joystick.c +0 -0
  93. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/linux_joystick.h +0 -0
  94. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/mappings.h +0 -0
  95. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/mappings.h.in +0 -0
  96. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/monitor.c +0 -0
  97. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/nsgl_context.m +0 -0
  98. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/null_init.c +0 -0
  99. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/null_joystick.c +0 -0
  100. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/null_joystick.h +0 -0
  101. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/null_monitor.c +0 -0
  102. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/null_platform.h +0 -0
  103. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/null_window.c +0 -0
  104. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/osmesa_context.c +0 -0
  105. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/platform.c +0 -0
  106. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/platform.h +0 -0
  107. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/posix_module.c +0 -0
  108. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/posix_poll.c +0 -0
  109. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/posix_poll.h +0 -0
  110. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/posix_thread.c +0 -0
  111. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/posix_thread.h +0 -0
  112. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/posix_time.c +0 -0
  113. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/posix_time.h +0 -0
  114. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/vulkan.c +0 -0
  115. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/wgl_context.c +0 -0
  116. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/win32_init.c +0 -0
  117. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/win32_joystick.c +0 -0
  118. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/win32_joystick.h +0 -0
  119. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/win32_module.c +0 -0
  120. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/win32_monitor.c +0 -0
  121. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/win32_platform.h +0 -0
  122. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/win32_thread.c +0 -0
  123. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/win32_thread.h +0 -0
  124. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/win32_time.c +0 -0
  125. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/win32_time.h +0 -0
  126. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/win32_window.c +0 -0
  127. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/window.c +0 -0
  128. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/wl_init.c +0 -0
  129. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/wl_monitor.c +0 -0
  130. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/wl_platform.h +0 -0
  131. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/wl_window.c +0 -0
  132. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/x11_init.c +0 -0
  133. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/x11_monitor.c +0 -0
  134. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/x11_platform.h +0 -0
  135. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/x11_window.c +0 -0
  136. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/xkb_unicode.c +0 -0
  137. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/glfw/src/xkb_unicode.h +0 -0
  138. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imconfig/bind-imconfig.h +0 -0
  139. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/.editorconfig +0 -0
  140. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/.git +0 -0
  141. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/.gitattributes +0 -0
  142. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/.gitignore +0 -0
  143. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/LICENSE.txt +0 -0
  144. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_allegro5.cpp +0 -0
  145. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_allegro5.h +0 -0
  146. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_android.cpp +0 -0
  147. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_android.h +0 -0
  148. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_dx10.cpp +0 -0
  149. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_dx10.h +0 -0
  150. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_dx11.cpp +0 -0
  151. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_dx11.h +0 -0
  152. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_dx12.cpp +0 -0
  153. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_dx12.h +0 -0
  154. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_dx9.cpp +0 -0
  155. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_dx9.h +0 -0
  156. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_glfw.cpp +0 -0
  157. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_glfw.h +0 -0
  158. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_glut.cpp +0 -0
  159. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_glut.h +0 -0
  160. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_metal.h +0 -0
  161. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_metal.mm +0 -0
  162. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_opengl2.cpp +0 -0
  163. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_opengl2.h +0 -0
  164. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_opengl3.cpp +0 -0
  165. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_opengl3.h +0 -0
  166. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_opengl3_loader.h +0 -0
  167. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_osx.h +0 -0
  168. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_osx.mm +0 -0
  169. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_sdl2.cpp +0 -0
  170. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_sdl2.h +0 -0
  171. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_sdl3.cpp +0 -0
  172. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_sdl3.h +0 -0
  173. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_sdlgpu3.cpp +0 -0
  174. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_sdlgpu3.h +0 -0
  175. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_sdlgpu3_shaders.h +0 -0
  176. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_sdlrenderer2.cpp +0 -0
  177. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_sdlrenderer2.h +0 -0
  178. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_sdlrenderer3.cpp +0 -0
  179. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_sdlrenderer3.h +0 -0
  180. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_vulkan.cpp +0 -0
  181. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_vulkan.h +0 -0
  182. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_wgpu.cpp +0 -0
  183. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_wgpu.h +0 -0
  184. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_win32.cpp +0 -0
  185. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/imgui_impl_win32.h +0 -0
  186. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/sdlgpu3/build_instructions.txt +0 -0
  187. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/sdlgpu3/shader.frag +0 -0
  188. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/sdlgpu3/shader.vert +0 -0
  189. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/vulkan/build_instructions.txt +0 -0
  190. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/vulkan/generate_spv.sh +0 -0
  191. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/vulkan/glsl_shader.frag +0 -0
  192. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/backends/vulkan/glsl_shader.vert +0 -0
  193. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/imconfig.h +0 -0
  194. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/imgui.cpp +0 -0
  195. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/imgui.h +0 -0
  196. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/imgui_demo.cpp +0 -0
  197. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/imgui_draw.cpp +0 -0
  198. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/imgui_internal.h +0 -0
  199. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/imgui_tables.cpp +0 -0
  200. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/imgui_widgets.cpp +0 -0
  201. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/imstb_rectpack.h +0 -0
  202. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/imstb_textedit.h +0 -0
  203. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/imstb_truetype.h +0 -0
  204. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/misc/README.txt +0 -0
  205. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/misc/cpp/README.txt +0 -0
  206. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/misc/cpp/imgui_stdlib.cpp +0 -0
  207. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/misc/cpp/imgui_stdlib.h +0 -0
  208. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/misc/debuggers/README.txt +0 -0
  209. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/misc/debuggers/imgui.gdb +0 -0
  210. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/misc/debuggers/imgui.natstepfilter +0 -0
  211. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/misc/debuggers/imgui.natvis +0 -0
  212. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/misc/fonts/Cousine-Regular.ttf +0 -0
  213. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/misc/fonts/DroidSans.ttf +0 -0
  214. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/misc/fonts/Karla-Regular.ttf +0 -0
  215. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/misc/fonts/ProggyClean.ttf +0 -0
  216. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/misc/fonts/ProggyTiny.ttf +0 -0
  217. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/misc/fonts/Roboto-Medium.ttf +0 -0
  218. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/misc/fonts/binary_to_compressed_c.cpp +0 -0
  219. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/misc/freetype/README.md +0 -0
  220. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/misc/freetype/imgui_freetype.cpp +0 -0
  221. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/misc/freetype/imgui_freetype.h +0 -0
  222. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imgui/misc/single_file/imgui_single_file.h +0 -0
  223. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imnodes/.clang-format +0 -0
  224. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imnodes/.clang-tidy +0 -0
  225. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imnodes/.git +0 -0
  226. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imnodes/.gitignore +0 -0
  227. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imnodes/.gitmodules +0 -0
  228. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imnodes/CMakeLists.txt +0 -0
  229. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imnodes/LICENSE.md +0 -0
  230. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imnodes/README.md +0 -0
  231. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imnodes/example/color_node_editor.cpp +0 -0
  232. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imnodes/example/graph.h +0 -0
  233. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imnodes/example/hello.cpp +0 -0
  234. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imnodes/example/main.cpp +0 -0
  235. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imnodes/example/multi_editor.cpp +0 -0
  236. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imnodes/example/node_editor.h +0 -0
  237. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imnodes/example/save_load.cpp +0 -0
  238. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imnodes/img/imnodes.gif +0 -0
  239. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imnodes/imnodes.cpp +0 -0
  240. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imnodes/imnodes.h +0 -0
  241. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imnodes/imnodes_internal.h +0 -0
  242. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/imnodes/vcpkg.json +0 -0
  243. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/implot/.git +0 -0
  244. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/implot/LICENSE +0 -0
  245. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/implot/README.md +0 -0
  246. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/implot/TODO.md +0 -0
  247. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/implot/implot.cpp +0 -0
  248. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/implot/implot.h +0 -0
  249. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/implot/implot_demo.cpp +0 -0
  250. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/implot/implot_internal.h +0 -0
  251. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/implot/implot_items.cpp +0 -0
  252. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/.appveyor.yml +0 -0
  253. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/.clang-format +0 -0
  254. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/.clang-tidy +0 -0
  255. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/.cmake-format.yaml +0 -0
  256. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/.codespell-ignore-lines +0 -0
  257. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/.git +0 -0
  258. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/.gitattributes +0 -0
  259. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/.gitignore +0 -0
  260. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/.pre-commit-config.yaml +0 -0
  261. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/.readthedocs.yml +0 -0
  262. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/CMakeLists.txt +0 -0
  263. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/CMakePresets.json +0 -0
  264. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/LICENSE +0 -0
  265. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/README.rst +0 -0
  266. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/SECURITY.md +0 -0
  267. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/attr.h +0 -0
  268. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/buffer_info.h +0 -0
  269. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/cast.h +0 -0
  270. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/chrono.h +0 -0
  271. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/common.h +0 -0
  272. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/complex.h +0 -0
  273. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/conduit/README.txt +0 -0
  274. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/conduit/pybind11_conduit_v1.h +0 -0
  275. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/conduit/pybind11_platform_abi_id.h +0 -0
  276. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/conduit/wrap_include_python_h.h +0 -0
  277. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/critical_section.h +0 -0
  278. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/detail/class.h +0 -0
  279. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/detail/common.h +0 -0
  280. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/detail/cpp_conduit.h +0 -0
  281. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/detail/descr.h +0 -0
  282. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/detail/dynamic_raw_ptr_cast_if_possible.h +0 -0
  283. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/detail/exception_translation.h +0 -0
  284. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/detail/function_record_pyobject.h +0 -0
  285. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/detail/init.h +0 -0
  286. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/detail/internals.h +0 -0
  287. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/detail/native_enum_data.h +0 -0
  288. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/detail/pybind11_namespace_macros.h +0 -0
  289. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/detail/struct_smart_holder.h +0 -0
  290. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/detail/type_caster_base.h +0 -0
  291. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/detail/typeid.h +0 -0
  292. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/detail/using_smart_holder.h +0 -0
  293. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/detail/value_and_holder.h +0 -0
  294. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/eigen/common.h +0 -0
  295. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/eigen/matrix.h +0 -0
  296. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/eigen/tensor.h +0 -0
  297. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/eigen.h +0 -0
  298. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/embed.h +0 -0
  299. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/eval.h +0 -0
  300. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/functional.h +0 -0
  301. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/gil.h +0 -0
  302. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/gil_safe_call_once.h +0 -0
  303. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/gil_simple.h +0 -0
  304. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/iostream.h +0 -0
  305. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/native_enum.h +0 -0
  306. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/numpy.h +0 -0
  307. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/operators.h +0 -0
  308. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/options.h +0 -0
  309. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/pybind11.h +0 -0
  310. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/pytypes.h +0 -0
  311. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/stl/filesystem.h +0 -0
  312. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/stl.h +0 -0
  313. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/stl_bind.h +0 -0
  314. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/subinterpreter.h +0 -0
  315. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/trampoline_self_life_support.h +0 -0
  316. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/type_caster_pyobject_ptr.h +0 -0
  317. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/typing.h +0 -0
  318. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/include/pybind11/warnings.h +0 -0
  319. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/noxfile.py +0 -0
  320. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/pybind11/__init__.py +0 -0
  321. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/pybind11/__main__.py +0 -0
  322. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/pybind11/_version.py +0 -0
  323. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/pybind11/commands.py +0 -0
  324. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/pybind11/py.typed +0 -0
  325. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/pybind11/setup_helpers.py +0 -0
  326. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/pyproject.toml +0 -0
  327. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/tools/FindCatch.cmake +0 -0
  328. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/tools/FindEigen3.cmake +0 -0
  329. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/tools/FindPythonLibsNew.cmake +0 -0
  330. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/tools/JoinPaths.cmake +0 -0
  331. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/tools/check-style.sh +0 -0
  332. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/tools/cmake_uninstall.cmake.in +0 -0
  333. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/tools/codespell_ignore_lines_from_errors.py +0 -0
  334. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/tools/libsize.py +0 -0
  335. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/tools/make_changelog.py +0 -0
  336. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/tools/make_global.py +0 -0
  337. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/tools/pybind11.pc.in +0 -0
  338. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/tools/pybind11Common.cmake +0 -0
  339. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/tools/pybind11Config.cmake.in +0 -0
  340. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/tools/pybind11GuessPythonExtSuffix.cmake +0 -0
  341. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/tools/pybind11NewTools.cmake +0 -0
  342. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/tools/pybind11Tools.cmake +0 -0
  343. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/pybind11/tools/test-pybind11GuessPythonExtSuffix.cmake +0 -0
  344. {py_imgui_redux-4.0.1 → py_imgui_redux-4.0.2}/third-party/stb/stb_image.h +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: py-imgui-redux
3
- Version: 4.0.1
3
+ Version: 4.0.2
4
4
  Summary: A python wrapper for DearImGUI and popular extensions
5
5
  Author: Alagyn
6
6
  License-Expression: MIT
@@ -7,7 +7,7 @@ egg_base = "build"
7
7
 
8
8
  [project]
9
9
  name = "py-imgui-redux"
10
- version = "4.0.1"
10
+ version = "4.0.2"
11
11
  authors = [{ name = "Alagyn" }]
12
12
  description = "A python wrapper for DearImGUI and popular extensions"
13
13
  readme = "README.md"
File without changes
File without changes
File without changes
File without changes