Compare commits
No commits in common. "15c79c62b8f673b756c9b748f7b395331c9452bb" and "008ef5a3f8f11807932f3d9e1f052f9df4d017ea" have entirely different histories.
15c79c62b8
...
008ef5a3f8
2 changed files with 672 additions and 460 deletions
1123
Cargo.lock
generated
1123
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,18 +1,13 @@
|
||||||
[package]
|
[package]
|
||||||
name = "physics-test"
|
name = "physics-test"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2021"
|
||||||
|
|
||||||
[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