Compare commits
2 commits
008ef5a3f8
...
15c79c62b8
Author | SHA1 | Date | |
---|---|---|---|
|
15c79c62b8 | ||
|
5618472e3e |
2 changed files with 459 additions and 671 deletions
1121
Cargo.lock
generated
1121
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,13 +1,18 @@
|
||||||
[package]
|
[package]
|
||||||
name = "physics-test"
|
name = "physics-test"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
avian3d = { git = "https://github.com/Jondolf/avian.git" }
|
|
||||||
bevy = { version = "0.15", features = ["bevy_dev_tools"] }
|
bevy = { version = "0.15", features = ["bevy_dev_tools"] }
|
||||||
bevy-inspector-egui = "0.28"
|
bevy-inspector-egui = "0.28"
|
||||||
|
|
||||||
|
[dependencies.avian3d]
|
||||||
|
default-features = false
|
||||||
|
version = "0.2"
|
||||||
|
features = ["3d", "f32", "parry-f32", "debug-plugin", "default-collider", "collider-from-mesh"]
|
||||||
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
no-mesh = []
|
no-mesh = []
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue