From df84ef60dab6dba0582a647f42663a3248d88cbb Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Fri, 5 Aug 2022 16:26:39 +0200 Subject: trainwreck --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 609e9af..b95538d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] bevy = { version = "0.8", features = ["dynamic"] } -bevy_rapier2d = "0.16.0" +bevy_rapier2d = { version = "0.16.0", features = ["enhanced-determinism", "serde-serialize"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" @@ -15,3 +15,4 @@ 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" +bincode = "1.3.3" -- cgit v1.2.3-54-g00ecf