aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parentab2138603a9b427661b1bf7dc2b2615a753997b0 (diff)
reimplemented old physics
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fb19282..84a6d01 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -416,13 +416,14 @@ dependencies = [
[[package]]
name = "bevy_ggrs"
version = "0.9.0"
-source = "git+https://github.com/paxsethorld/bevy_ggrs?rev=bc78d31#bc78d316072f4ca86ed77eff3adcf0a5d4e64d86"
+source = "git+https://github.com/thwischm/bevy_ggrs?rev=3495dc6#3495dc6be84b0b568719ef1f79b20508f61fa47e"
dependencies = [
"bevy",
"bytemuck",
"ggrs",
"instant",
"log",
+ "parking_lot 0.12.1",
]
[[package]]