From 910d10a80231dda878f68daba7c8fae589fe72fa Mon Sep 17 00:00:00 2001 From: jdeseno Date: Wed, 10 Sep 2014 07:46:00 +0900 Subject: [PATCH] Add link to example repo --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.