From 97c880828186a11d119f530c2f04c380805ed461 Mon Sep 17 00:00:00 2001 From: hheik <4469778+hheik@users.noreply.github.com> Date: Thu, 15 Dec 2022 21:55:06 +0200 Subject: [PATCH] fix: rapier2d version --- Cargo.lock | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 351e7fc..b6fde78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -644,7 +644,9 @@ checksum = "c36f4d3af0cda50c07e2010d0351ab79594681116edd280592ca394db73ef32b" [[package]] name = "bevy_rapier2d" -version = "0.18.0" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5fe53a4fefd2d8bade79f2e5260bd206643bfcc951a3c5f86b3b7a0273eb19e0" dependencies = [ "bevy", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 4a75326..e609484 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" bevy = { version = "0.9.0", features = ["dynamic"] } bevy-inspector-egui = "0.14.0" bevy_prototype_debug_lines = "0.9.0" -bevy_rapier2d = { path = "../bevy_rapier/bevy_rapier2d" } +bevy_rapier2d = "0.19.0" lazy_static = "1.4.0" noise = "0.8.2"