diff --git a/README.md b/README.md index 3b3e36c5..0b45719e 100644 --- a/README.md +++ b/README.md @@ -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"