summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2023-07-21 19:26:48 -0700
committerRose Hogenson <rosehogenson@posteo.net>2023-07-21 19:26:48 -0700
commit6509824682ca126e58ffe8ebcc5f0eed1d832a6b (patch)
treeb46776f19146030f5c1670af5497c03f487eaf87 /Cargo.toml
parentcf5c2686d101d6c075020edb1ea8b82320e970d9 (diff)
downloadstallman-shooter-6509824682ca126e58ffe8ebcc5f0eed1d832a6b.tar.zst
Bring dependencies up to date, and use nix flakes.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 674b898..f452478 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,14 +4,14 @@ version = "1.0.0"
authors = ["Raymond Hogenson <rhogenson@posteo.net>"]
[dependencies]
-rand = "0.5.5"
+rand = "0.8.5"
[dependencies.sdl2]
-version = "0.32.2"
+version = "0.35.2"
default-features = false
features = ["image"]
[dependencies.sdl2-sys]
-version = "0.32.6"
+version = "0.35.2"
default-features = false
features = ["image"]