diff --git a/README.md b/README.md
index 4bedb8d..3d71c7a 100644
--- a/README.md
+++ b/README.md
@@ -579,6 +579,8 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs](
* [Kiss-ui](https://github.com/KISS-UI/kiss-ui) — a simple UI framework built on IUP [![Build Status](https://travis-ci.org/cybergeek94/kiss-ui.svg?branch=master)](https://travis-ci.org/cybergeek94/kiss-ui)
* [GTK+](http://www.gtk.org) [[gtk](https://crates.io/keywords/gtk)]
* [gtk-rs/gtk](https://github.com/gtk-rs/gtk) — GTK+ bindings [](https://travis-ci.org/gtk-rs/gtk)
+* [ImGui](https://github.com/ocornut/imgui)
+ * [imgui-rs](https://github.com/Gekkio/imgui-rs) - Rust bindings for ImGui [](https://travis-ci.org/Gekkio/imgui-rs)
* [libui](https://github.com/andlabs/libui)
* [pcwalton/libui-rs](https://github.com/pcwalton/libui-rs) — libui bindings [](https://travis-ci.org/pcwalton/libui-rs)
* [ncurses](http://www.gnu.org/software/ncurses/) [[ncurses](https://crates.io/keywords/ncurses)]