diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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"] |
