diff options
author | Akshay <[email protected]> | 2024-08-02 16:02:46 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2024-08-02 16:02:46 +0100 |
commit | 1ee4d04b394dafebb82c72ebb57f3affe04c9584 (patch) | |
tree | 05e662268b87b0929841d1ce983c16d72d3d974e /Cargo.toml | |
parent | 7773bfb4c63ab3ea49b428e20ef0946b713fd5f5 (diff) |
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 | ||