diff options
| author | Raymond Hogenson <rhogenson@posteo.net> | 2018-08-24 18:09:36 -0400 |
|---|---|---|
| committer | Raymond Hogenson <rhogenson@posteo.net> | 2018-08-24 18:09:36 -0400 |
| commit | d98c24f00ffe08a067040b7efaa934c2efc1bfac (patch) | |
| tree | 586324ba26110ae49dc0356dd4a7af6151ca9d3b /Cargo.toml | |
| parent | b9a6da7ccabb972074f09d686dc78f9643accfac (diff) | |
| download | stallman-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.toml | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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"] |
