Skip to content

Commit

Permalink
use released avian
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Dec 21, 2024
1 parent f88e820 commit e1bb307
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ itertools = "0.13"
tracing = { version = "0.1", optional = true }

[dependencies.avian2d]
version = "0.1"
version = "0.2"
features = ["2d", "f32", "parry-f32"]
default-features = false
optional = true

[dependencies.avian3d]
version = "0.1"
version = "0.2"
features = ["3d", "f32", "parry-f32"]
default-features = false
optional = true
Expand Down Expand Up @@ -100,7 +100,3 @@ required-features = ["avian3d", "detailed-layers"]

[package.metadata.docs.rs]
features = ["detailed-layers"]

[patch.crates-io]
avian2d = { git = "https://github.com/Jondolf/avian", rev = "e23d070e" }
avian3d = { git = "https://github.com/Jondolf/avian", rev = "e23d070e" }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ NavMesh building:

|Bevy|vleue_navigator|avian|
|---|---|---|
|0.15|0.11|[avian#e23d070e](https://github.com/Jondolf/avian#e23d070e)|
|0.15|0.11.1|0.2|
|0.14|0.10|0.1|
|0.13|0.7|x|

0 comments on commit e1bb307

Please sign in to comment.