mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-21 02:18:32 +00:00
Link to issue #7
This commit is contained in:
parent
a058f5d880
commit
112dbb3090
@ -26,7 +26,7 @@ ui.window(im_str!("Hello world"))
|
|||||||
* Parts of high-level API
|
* Parts of high-level API
|
||||||
* Not horrible way of defining and passing null-terminated UTF-8 to ImGui.
|
* 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
|
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)
|
* Parts of imgui\_demo.cpp reimplemented in Rust as an API usage example (examples/test\_window\_impl.rs)
|
||||||
|
|
||||||
## Important but unimplemented things
|
## Important but unimplemented things
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user