Link to issue #7

This commit is contained in:
Joonas Javanainen 2016-03-22 23:16:17 +02:00
parent a058f5d880
commit 112dbb3090

View File

@ -26,7 +26,7 @@ ui.window(im_str!("Hello world"))
* Parts of high-level API
* Not horrible way of defining and passing null-terminated UTF-8 to ImGui.
The macro `im_str!` needs to be used most of the time. For more
information and justification for this design, please see issue #7
information and justification for this design, please see [issue #7](https://github.com/Gekkio/imgui-rs/issues/7)
* Parts of imgui\_demo.cpp reimplemented in Rust as an API usage example (examples/test\_window\_impl.rs)
## Important but unimplemented things