From e8d7db3d9dbf71253786417a8e607acf52520a65 Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Tue, 25 Aug 2015 22:03:51 +0100 Subject: [PATCH] Fix test_window_impl.rs path in README --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 7d2a9a8..c55b63e 100644 --- a/README.markdown +++ b/README.markdown @@ -23,7 +23,7 @@ ui.window() * 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 -* Parts of imgui\_demo.cpp reimplemented in Rust as an API usage example (examples/test\_window.rs) +* Parts of imgui\_demo.cpp reimplemented in Rust as an API usage example (examples/test\_window\_impl.rs) ## Important but unimplemented things