From dcf41c0ab884c124ffda8f616ec617c1e584255e Mon Sep 17 00:00:00 2001 From: Raymond Hogenson Date: Sat, 18 Aug 2018 11:01:49 -0400 Subject: Add textures These were fun to make --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8b4a64e..b539f62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,10 @@ version = "0.1.0" authors = ["Raymond Hogenson "] [dependencies] -sdl2 = "0.31.0" rand = "0.5.5" +lazy_static = "1.1.0" + +[dependencies.sdl2] +git = "https://github.com/AngryLawyer/rust-sdl2" +default-features = false +features = ["image"] -- cgit v1.3.1