aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-08-12 14:51:26 +0200
committerjacopograndi <jacopo.grandi@outlook.it>2022-08-12 14:51:26 +0200
commit12bee819ef674db18d250e8985ff03f43fe3fef0 (patch)
treedc5b9dc17800e46dc33f29c20a05ed5dedcdb555 /Cargo.toml
parentab2138603a9b427661b1bf7dc2b2615a753997b0 (diff)
reimplemented old physics
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 6f65a22..bdcf7f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ bevy_rapier2d = { version = "0.16.0", features = ["enhanced-determinism", "serde
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
-bevy_ggrs = { git = "https://github.com/paxsethorld/bevy_ggrs", rev = "bc78d31" }
+bevy_ggrs = { git = "https://github.com/thwischm/bevy_ggrs", rev = "3495dc6" }
ggrs = { git = "https://github.com/gschup/ggrs", features = ["sync-send"] }
bytemuck = "1.11.0"
structopt = "0.3.26"