diff options
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"] |
