From d98c24f00ffe08a067040b7efaa934c2efc1bfac Mon Sep 17 00:00:00 2001 From: Raymond Hogenson Date: Fri, 24 Aug 2018 18:09:36 -0400 Subject: Load the images directly into the executable Cool, haha. We did it. I also changed a bunch of random shit. --- Cargo.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a8f749b..5019de9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,10 +5,13 @@ authors = ["Raymond Hogenson "] [dependencies] rand = "0.5.5" -lazy_static = "1.1.0" -tempfile = "3" [dependencies.sdl2] -version = "0.31.0" +git = "https://github.com/Rust-SDL2/rust-sdl2" +default-features = false +features = ["image"] + +[dependencies.sdl2-sys] +git = "https://github.com/Rust-SDL2/rust-sdl2" default-features = false features = ["image"] -- cgit v1.3.1