From 94af9a42a8bd47a438fa0abba3ca0ce51cb60b19 Mon Sep 17 00:00:00 2001 From: Sven Nilsen Date: Tue, 30 Dec 2014 22:09:05 +0100 Subject: [PATCH] Point sdl2 to git Closes https://github.com/andelf/rust-sdl2_mixer/issues/15 --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d719e9ac..f1deb1fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,8 @@ path = "src/sdl2_mixer/lib.rs" name = "demo" path = "src/demo/main.rs" -[dependencies] +[dependencies.sdl2] + +git = "https://github.com/AngryLawyer/rust-sdl2" +#version = "~0.0.3" -sdl2 = "~0.0.3"