summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRaymond Hogenson <rhogenson@posteo.net>2020-04-12 19:13:29 -0700
committerRaymond Hogenson <rhogenson@posteo.net>2020-04-12 19:13:29 -0700
commitcf5c2686d101d6c075020edb1ea8b82320e970d9 (patch)
treefc88662ad043d65899d764bcc79208cc8a853949 /Cargo.toml
parent746f228321d7f5508677f9eb05694d2359cee20a (diff)
downloadstallman-shooter-cf5c2686d101d6c075020edb1ea8b82320e970d9.tar.zst
Fix nix build and typo in loss screen.
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"]