diff options
| author | tomaka <pierre.krieger1708@gmail.com> | 2014-10-29 20:38:54 +0100 |
|---|---|---|
| committer | tomaka <pierre.krieger1708@gmail.com> | 2014-10-29 20:38:54 +0100 |
| commit | 367d488ccd194c2dba78c600eff94189e338851d (patch) | |
| tree | c80deb855eb1d744cd0abed8bc24b0e78dfaf69c | |
| parent | 089f47821c3358da83be22752e75d956ebe2bea5 (diff) | |
| download | glutin-367d488ccd194c2dba78c600eff94189e338851d.tar.gz glutin-367d488ccd194c2dba78c600eff94189e338851d.zip | |
Update README.md
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -10,8 +10,7 @@ Alternative to GLFW in pure Rust. ```bash git clone https://github.com/tomaka/glutin cd glutin -cargo test -./target/test/window # or target\test\window.exe +cargo run --example window ``` ## Usage |
