Add link to example repo

This commit is contained in:
jdeseno
2014-09-10 07:48:12 +09:00
parent 0342960529
commit 910d10a802
+2
View File
@@ -46,5 +46,7 @@ To see an example of the code in use
> cargo run demo
Some additional examples can be found in the [rs-sdl2-examples](https://github.com/jdeseno/rs-sdl2-examples) repo.
# When things go wrong
Rust, and Rust-SDL2, are both still heavily in development, and you may run into teething issues when using this. Before panicking, check that you're using the latest version of both Rust and Cargo, check that you've updated Rust-SDL2 to the latest version, and run `cargo clean`. If that fails, please let us know on the issue tracker.