Add published version instructions to README.

This commit is contained in:
sbidin
2015-03-24 19:01:55 +01:00
parent 7a2ee79900
commit f98f9fb362
+7
View File
@@ -20,6 +20,13 @@ Rust-SDL2_image uses the MIT license.
If you're using Cargo to manage your project, enter the following into your
Cargo.toml file:
```toml
[dependencies]
sdl2_image = "0.0.2"
```
Or, to reference this repository directly:
```toml
[dependencies.sdl2_image]
git = "https://github.com/xsleonard/rust-sdl2_image"