aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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