Skip to content

Commit

Permalink
fix features for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Sep 6, 2024
1 parent f117fa4 commit d2aa04a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ features = [
default-features = false

[features]
default = ["debug-with-gizmos", "avian3d"]
default = ["debug-with-gizmos"]
linuxci = ["bevy/x11"]
debug-with-gizmos = ["bevy/bevy_gizmos"]
detailed-layers = ["polyanya/detailed-layers"]
Expand All @@ -73,12 +73,20 @@ required-features = ["avian2d"]
name = "auto_navmesh_avian3d"
required-features = ["avian3d"]

[[example]]
name = "auto_navmesh_avian3d_inclined"
required-features = ["avian3d"]

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

[[example]]
name = "layers"
required-features = ["avian3d", "detailed-layers"]

[[example]]
name = "layers_basic"
required-features = ["avian3d"]

[[example]]
Expand Down

0 comments on commit d2aa04a

Please sign in to comment.