From 4d7868529d4d07d34a617e5253a1bb03520bedbc Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 9 Feb 2016 09:02:25 +0100 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 33f0cc5..0ee553f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # cimgui [![Build Status](https://travis-ci.org/Extrawurst/cimgui.svg)](https://travis-ci.org/Extrawurst/cimgui) ![sample](https://raw.github.com/extrawurst/cimgui/master/Screen Shot 2015-04-09.png) -![new menus api](https://raw.github.com/extrawurst/cimgui/master/menus-api.gif) This is a thin c-api wrapper for the excellent C++ intermediate gui [imgui](https://github.com/ocornut/imgui). Most of the functions have wrapper counterparts now, missing stuff is added on a as-needed basis (PR welcome).