aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a01103b..89a26df 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,5 +9,7 @@ edition = "2021"
bevy = { version = "0.7", features = ["dynamic"] }
bevy-inspector-egui = "0.11.0"
+bevy_rapier2d = "0.15.0"
+
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"