summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ef682b1..72c8ebf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "luma"
-version = "0.33.0"
+version = "0.34.0"
edition = "2021"
[[bin]]
@@ -14,5 +14,6 @@ overflow-checks = false
lto = true
[dependencies]
-libc = "0.2.146"
-sdl2 = "0.35.2"
+configparser = "3.0.2"
+libc = "0.2.146"
+sdl2 = "0.35.2"