summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ec2451c..a000292 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,6 @@ lazy_static = "1.1.0"
tempfile = "3"
[dependencies.sdl2]
-git = "https://github.com/AngryLawyer/rust-sdl2"
+version = "0.31.0"
default-features = false
features = ["image"]