summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 6 insertions, 3 deletions
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 <rhogenson@posteo.net>"]
[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"]