From dde3c0e08efada0878157440dd1286de44a8c015 Mon Sep 17 00:00:00 2001 From: Raymond Hogenson Date: Wed, 22 Aug 2018 14:41:57 -0400 Subject: Change SDL2 version I prefer to use a stable version, because then nixos can build it. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] -- cgit v1.3.1