diff options
| author | Crozet Sébastien <developer@crozet.re> | 2021-05-17 09:29:14 +0200 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2021-05-17 09:29:14 +0200 |
| commit | dc9552e175132c20df3b0379fb3467b229287405 (patch) | |
| tree | c966f620b2041dfb2ee05c7d8091a8b9330e84e4 | |
| parent | 1a84bf2af34176508bdda8d0f2ad2e46dc5c4df9 (diff) | |
| download | rapier-dc9552e175132c20df3b0379fb3467b229287405.tar.gz rapier-dc9552e175132c20df3b0379fb3467b229287405.tar.bz2 rapier-dc9552e175132c20df3b0379fb3467b229287405.zip | |
Switch to our fork of bevy-orbit-controls for now.
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" } |
