summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hogenson <rhogenson@posteo.net>2018-08-22 14:41:57 -0400
committerRaymond Hogenson <rhogenson@posteo.net>2018-08-22 14:41:57 -0400
commitdde3c0e08efada0878157440dd1286de44a8c015 (patch)
treebef2c290b827dbe60c3230dadd07e1df932468b9
parent2d0f2d8ce0dffcacb34aa6ce1388d1b46e1005ad (diff)
downloadstallman-shooter-dde3c0e08efada0878157440dd1286de44a8c015.tar.zst
Change SDL2 version
I prefer to use a stable version, because then nixos can build it.
-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"]