From a5d593317f71956a2e2bb9db7ca82c3e4025c226 Mon Sep 17 00:00:00 2001 From: orhanbalci Date: Fri, 28 Oct 2016 19:39:00 +0300 Subject: [PATCH] Added imgui-rs --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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)]