aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-04-08 11:48:20 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-04-08 11:48:30 +0200
commit80109d0da833842695948fe404489ea33f9dcfdb (patch)
tree7e58a009b8b6bb496ca737be525169b925d2474f /Cargo.toml
parent348c550ca170ff94c3c9f76e2d85b0513011e063 (diff)
chore: update bevy to 0.13.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d406033..c3a4047 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-bevy = { version = "0.13.0" }
+bevy = { version = "0.13.2" }
clap = { version = "4.5.2", features = ["derive"] }
crossbeam-channel = { version = "0.5.12" }
lightyear = { version = "0.12.0" }