Cargo Features

[dependencies]
bevy_prototype_debug_lines = { version = "0.11.1", default-features = false, features = ["example_deps_2d", "example_deps", "3d", "shapes"] }
default = shapes

The shapes feature is set by default whenever bevy_prototype_debug_lines is added without default-features = false somewhere in the dependency tree.

example_deps_2d

Enables bevy_gltf, bevy_winit, png and x11 of bevy ^0.11

example_deps = 3d

Enables bevy_gltf, bevy_winit, ktx2, tonemapping_luts, x11 and zstd of bevy ^0.11

3d example_deps?
shapes default

Affects bevy_prototype_debug_lines::shapes