From 1a84bf2af34176508bdda8d0f2ad2e46dc5c4df9 Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Sun, 16 May 2021 17:49:20 +0200 Subject: Replace Kiss3d by Bevy for the testbed renderer. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index de3add6..7021ade 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [workspace] members = [ "build/rapier2d", "build/rapier2d-f64", "build/rapier_testbed2d", "examples2d", "benchmarks2d", "build/rapier3d", "build/rapier3d-f64", "build/rapier_testbed3d", "examples3d", "benchmarks3d" ] +resolver = "2" [patch.crates-io] #wrapped2d = { git = "https://github.com/Bastacyclop/rust_box2d.git" } -- cgit From dc9552e175132c20df3b0379fb3467b229287405 Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Mon, 17 May 2021 09:29:14 +0200 Subject: Switch to our fork of bevy-orbit-controls for now. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7021ade..99e7b5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,9 @@ resolver = "2" #parry3d-f64 = { path = "../parry/build/parry3d-f64" } #nalgebra = { path = "../nalgebra" } +#bevy-orbit-controls = { path = "../bevy-orbit-controls" } +bevy-orbit-controls = { git = "https://github.com/sebcrozet/bevy-orbit-controls" } + #kiss3d = { git = "https://github.com/sebcrozet/kiss3d" } #nalgebra = { git = "https://github.com/dimforge/nalgebra", branch = "dev" } #parry2d = { git = "https://github.com/dimforge/parry", branch = "special_cases" } -- cgit