diff options
| author | Raymond Hogenson <rhogenson@posteo.net> | 2018-08-22 14:41:57 -0400 |
|---|---|---|
| committer | Raymond Hogenson <rhogenson@posteo.net> | 2018-08-22 14:41:57 -0400 |
| commit | dde3c0e08efada0878157440dd1286de44a8c015 (patch) | |
| tree | bef2c290b827dbe60c3230dadd07e1df932468b9 /Cargo.toml | |
| parent | 2d0f2d8ce0dffcacb34aa6ce1388d1b46e1005ad (diff) | |
| download | stallman-shooter-dde3c0e08efada0878157440dd1286de44a8c015.tar.zst | |
Change SDL2 version
I prefer to use a stable version, because then nixos can build it.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,6 +9,6 @@ lazy_static = "1.1.0" tempfile = "3" [dependencies.sdl2] -git = "https://github.com/AngryLawyer/rust-sdl2" +version = "0.31.0" default-features = false features = ["image"] |
