summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRaymond Hogenson <rhogenson@posteo.net>2018-08-18 11:01:49 -0400
committerRaymond Hogenson <rhogenson@posteo.net>2018-08-18 11:01:49 -0400
commitdcf41c0ab884c124ffda8f616ec617c1e584255e (patch)
treeb7e44080dc9f607bd591ce2e52b30b04b668fb13 /Cargo.toml
parent950e60067ce036e831e81afeec180a63511f9e65 (diff)
downloadstallman-shooter-dcf41c0ab884c124ffda8f616ec617c1e584255e.tar.zst
Add textures
These were fun to make
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 6 insertions, 1 deletions
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 <rhogenson@posteo.net>"]
[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"]