aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-08-02 16:02:46 +0100
committerAkshay <[email protected]>2024-08-02 16:02:46 +0100
commit1ee4d04b394dafebb82c72ebb57f3affe04c9584 (patch)
tree05e662268b87b0929841d1ce983c16d72d3d974e /Cargo.toml
parent7773bfb4c63ab3ea49b428e20ef0946b713fd5f5 (diff)
fixes for bitvec 1.0 releaseHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0f8e5f1..0685249 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ license = "MIT"
13 13
14[dependencies] 14[dependencies]
15byteorder = "1.4.2" 15byteorder = "1.4.2"
16bitvec = "0.21.0" 16bitvec = "1"
17sdl2 = { version = "0.34", optional = true } 17sdl2 = { version = "0.34", optional = true }
18png = { version = "0.16", optional = true } 18png = { version = "0.16", optional = true }
19 19