mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Add published version instructions to README.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user