Skip to content

Commit

Permalink
new example
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Aug 3, 2024
1 parent 00b027e commit 26c2263
Show file tree
Hide file tree
Showing 2 changed files with 543 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ optional = true

[dependencies.polyanya]
version = "0.8"
git = "https://github.com/vleue/polyanya"

[dependencies.bevy]
version = "0.14.0"
Expand Down Expand Up @@ -71,3 +72,7 @@ required-features = ["avian2d"]
[[example]]
name = "auto_navmesh_avian3d"
required-features = ["avian3d"]

[[example]]
name = "gltf_avian3d"
required-features = ["avian3d", "avian3d/collider-from-mesh"]
Loading

0 comments on commit 26c2263

Please sign in to comment.