diff --git a/Bindings.md b/Bindings.md
index 69d6fa2..50fac35 100644
--- a/Bindings.md
+++ b/Bindings.md
@@ -18,8 +18,8 @@ _NB: those bindings may be more or less maintained, more or less close to the sp
| Nim | **nimgui**: cimgui bindings for Nim
https://github.com/zacharycarter/nimgui |
| Odin | **odin_dear_imgui**: Odin binding for Dear ImGui
https://github.com/ThisDrunkDane/odin-dear_imgui |
| Pascal | **imgui-pas**: pascal bindings for imgui
https://github.com/dpethes/imgui-pas |
-| Python | **pyimgui**: Cython-based Python bindings for dear imgui
https://github.com/swistakm/pyimgui
**Bimpy**: Bundled imgui for python
https://github.com/podgorskiy/bimpy
**CyImGui**: Python bindings for ImGui using Cython. (obsolete)
https://github.com/chromy/cyimgui
**Ogre-imgui**:
https://github.com/OGRECave/ogre-imgui |
| PureBasic | **pb-cimgui**: PureBasic interface to CImGui Wrapper
https://github.com/hippyau/pb-cimgui |
+| Python | **pyimgui**: Cython-based Python bindings for dear imgui
https://github.com/swistakm/pyimgui
**Bimpy**: Bundled imgui for python
https://github.com/podgorskiy/bimpy
**CyImGui**: Python bindings for ImGui using Cython. (obsolete)
https://github.com/chromy/cyimgui
**Ogre-imgui**:
https://github.com/OGRECave/ogre-imgui |
| Ruby | **ruby-imgui**: Yet another ImGui wrapper for Ruby
https://github.com/vaiorabbit/ruby-imgui |
| Rust | **imgui-rs**: Rust bindings for ImGui
https://github.com/Gekkio/imgui-rs
**imgui-rust**: Alternative (personal) imgui rust bindings
https://github.com/nsf/imgui-rust
**ImStr** Patch by @bitshifter to use string-range more commonly instead of zero-terminated strings.
https://github.com/ocornut/imgui/pull/683
**rust-imgui-opengl-renderer**
https://github.com/michaelfairley/rust-imgui-opengl-renderer|
| Swift | **Swift-imgui**: Dear ImGui Swift Wrapper API for macOS and iOS
https://github.com/mnmly/Swift-imgui |