aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier_testbed2d
diff options
context:
space:
mode:
authorThierry Berger <contact@thierryberger.com>2024-09-23 11:10:29 +0200
committerGitHub <noreply@github.com>2024-09-23 11:10:29 +0200
commit76357e3588dfc5efe9fa609df21e2aaf707fbba9 (patch)
tree252852c89d9a7c750af853f77f649508c914b89d /crates/rapier_testbed2d
parente7e196d9f949a03ef997f0adc629344c3696b1ff (diff)
downloadrapier-76357e3588dfc5efe9fa609df21e2aaf707fbba9.tar.gz
rapier-76357e3588dfc5efe9fa609df21e2aaf707fbba9.tar.bz2
rapier-76357e3588dfc5efe9fa609df21e2aaf707fbba9.zip
Fix CharacterController max/min slope handling (#701)
Diffstat (limited to 'crates/rapier_testbed2d')
-rw-r--r--crates/rapier_testbed2d/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/rapier_testbed2d/Cargo.toml b/crates/rapier_testbed2d/Cargo.toml
index 34028ba..77373bd 100644
--- a/crates/rapier_testbed2d/Cargo.toml
+++ b/crates/rapier_testbed2d/Cargo.toml
@@ -50,7 +50,6 @@ crossbeam = "0.8"
bincode = "1"
Inflector = "0.11"
md5 = "0.7"
-
bevy_egui = "0.29"
bevy_ecs = "0.14"
bevy_core_pipeline = "0.14"