diff --git a/README.md b/README.md index 9fe44ce1..d399b9d4 100644 --- a/README.md +++ b/README.md @@ -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.