summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a2c9615..ef682b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "luma"
-version = "0.32.0"
+version = "0.33.0"
edition = "2021"
[[bin]]
@@ -15,3 +15,4 @@ lto = true
[dependencies]
libc = "0.2.146"
+sdl2 = "0.35.2"