From 793e4f993508c165069606b3c9dd0c582cec2e43 Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Sun, 23 Aug 2015 09:57:04 +0300 Subject: [PATCH] Mention imgui-sys in README --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 7b4baec..9bcca02 100644 --- a/README.markdown +++ b/README.markdown @@ -19,7 +19,7 @@ ui.window() ## Currently implemented things -* Low-level API (ffi module) +* Low-level API (imgui-sys) * Renderer for easy integration with [Glium](https://github.com/tomaka/glium) projects (optional) * Parts of high-level API * Not horrible way of defining and passing null-terminated UTF-8 to ImGui