diff --git a/Cargo.toml b/Cargo.toml index a17548a..de2fc7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] @@ -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]]