diff options
| author | Raymond Hogenson <rhogenson@posteo.net> | 2020-04-12 19:13:29 -0700 |
|---|---|---|
| committer | Raymond Hogenson <rhogenson@posteo.net> | 2020-04-12 19:13:29 -0700 |
| commit | cf5c2686d101d6c075020edb1ea8b82320e970d9 (patch) | |
| tree | fc88662ad043d65899d764bcc79208cc8a853949 /Cargo.toml | |
| parent | 746f228321d7f5508677f9eb05694d2359cee20a (diff) | |
| download | stallman-shooter-cf5c2686d101d6c075020edb1ea8b82320e970d9.tar.zst | |
Fix nix build and typo in loss screen.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,11 +7,11 @@ authors = ["Raymond Hogenson <rhogenson@posteo.net>"] rand = "0.5.5" [dependencies.sdl2] -git = "https://github.com/Rust-SDL2/rust-sdl2" +version = "0.32.2" default-features = false features = ["image"] [dependencies.sdl2-sys] -git = "https://github.com/Rust-SDL2/rust-sdl2" +version = "0.32.6" default-features = false features = ["image"] |
