diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ license = "MIT" | |||
13 | 13 | ||
14 | [dependencies] | 14 | [dependencies] |
15 | byteorder = "1.4.2" | 15 | byteorder = "1.4.2" |
16 | bitvec = "0.21.0" | 16 | bitvec = "1" |
17 | sdl2 = { version = "0.34", optional = true } | 17 | sdl2 = { version = "0.34", optional = true } |
18 | png = { version = "0.16", optional = true } | 18 | png = { version = "0.16", optional = true } |
19 | 19 | ||