mirror of
https://github.com/Noratrieb/spaceship.git
synced 2026-01-14 16:35:08 +01:00
rapier
This commit is contained in:
parent
e4a76c7932
commit
c97d11b072
3 changed files with 352 additions and 14 deletions
|
|
@ -12,4 +12,8 @@ opt-level = 1
|
|||
opt-level = 3
|
||||
|
||||
[dependencies]
|
||||
bevy = { version = "0.11.2", features = ["dynamic_linking"]}
|
||||
bevy = { version = "0.11.2", features = ["dynamic_linking"] }
|
||||
bevy_rapier3d = { version = "0.22.0", features = [
|
||||
"simd-stable",
|
||||
"debug-render-3d",
|
||||
] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue