From 3e6313b1fbbea06725847bcf9eedf9b97b353e7e Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Wed, 3 Aug 2022 22:23:52 +0200 Subject: integrating ggrs and rapier --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e0ae8c6..609e9af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,3 +12,6 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" bevy_ggrs = { git = "https://github.com/paxsethorld/bevy_ggrs", rev = "bc78d31" } +ggrs = { git = "https://github.com/gschup/ggrs", features = ["sync-send"] } +bytemuck = "1.11.0" +structopt = "0.3.26" -- cgit v1.2.3-54-g00ecf