From f98f9fb36228bb79ba5a5a3f53451efa55eec6f2 Mon Sep 17 00:00:00 2001 From: sbidin Date: Tue, 24 Mar 2015 19:01:55 +0100 Subject: [PATCH] Add published version instructions to README. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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"