diff options
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,6 +2,15 @@ Alternative to GLFW in pure Rust. +## Try it! + +``` +git clone https://github.com/tomaka/gl-init-rs +cd gl-init-rs +cargo test +./target/test/window // or target\test\window.exe +``` + ## Usage ```rust |