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"