From cf5c2686d101d6c075020edb1ea8b82320e970d9 Mon Sep 17 00:00:00 2001 From: Raymond Hogenson Date: Sun, 12 Apr 2020 19:13:29 -0700 Subject: Fix nix build and typo in loss screen. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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 "] 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"] -- cgit v1.3.1