summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5019de9..674b898 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,11 +7,11 @@ authors = ["Raymond Hogenson <rhogenson@posteo.net>"]
rand = "0.5.5"
[dependencies.sdl2]
-git = "https://github.com/Rust-SDL2/rust-sdl2"
+version = "0.32.2"
default-features = false
features = ["image"]
[dependencies.sdl2-sys]
-git = "https://github.com/Rust-SDL2/rust-sdl2"
+version = "0.32.6"
default-features = false
features = ["image"]