summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRaymond Hogenson <rhogenson@posteo.net>2018-08-24 18:09:36 -0400
committerRaymond Hogenson <rhogenson@posteo.net>2018-08-24 18:09:36 -0400
commitd98c24f00ffe08a067040b7efaa934c2efc1bfac (patch)
tree586324ba26110ae49dc0356dd4a7af6151ca9d3b /Cargo.toml
parentb9a6da7ccabb972074f09d686dc78f9643accfac (diff)
downloadstallman-shooter-d98c24f00ffe08a067040b7efaa934c2efc1bfac.tar.zst
Load the images directly into the executable
Cool, haha. We did it. I also changed a bunch of random shit.
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"]