Add demo instructions to README

This commit is contained in:
Joonas Javanainen 2015-08-20 18:57:20 +03:00
parent 7e93775fa7
commit 7976fbee99

View File

@ -2,6 +2,15 @@
**Ultra hyper turbo cyber mega extra über experimental!!!**
## Compiling and running the demo
git clone https://github.com/Gekkio/imgui-rs
cd imgui-rs
git submodule update --init --recursive
cargo test
target/debug/test_window
## License
imgui-rs is licensed under the MIT license.