summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 68cd630..3b1ac19 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,13 +2,14 @@
name = "stallman-shooter"
version = "1.0.0"
authors = ["Rose Hogenson <rosehogenson@posteo.net>"]
+edition = "2024"
[dependencies.sdl2]
-version = "0.35.2"
+version = "0.37"
default-features = false
features = ["image"]
[dependencies.sdl2-sys]
-version = "0.35.2"
+version = "0.37"
default-features = false
features = ["image"]