summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-04-12 21:46:21 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-04-12 21:46:21 -0700
commitb6e617dff1e712aac10888a2781484eeb2e99e89 (patch)
tree414adc72d4dacdc28ed38e928c0642ae5a3b6569 /Cargo.toml
parentc222109441b7cd779cbf3b440a4f3fdb45918965 (diff)
downloadstallman-shooter-main.tar.zst
Bump depsHEADmain
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"]