Cargo Features
[dependencies]
bevy_prototype_debug_lines = { version = "0.12.0", default-features = false, features = ["example_deps_2d", "example_deps", "3d", "shapes"] }
- default = shapes
-
The
shapes
feature is set by default wheneverbevy_prototype_debug_lines
is added without
somewhere in the dependency tree.default-features = false - example_deps_2d
-
Enables bevy_gltf, bevy_winit, png and x11 of bevy ^0.12
- example_deps = 3d
-
Enables bevy_gltf, bevy_winit, ktx2, tonemapping_luts, x11 and zstd of bevy ^0.12
- 3d example_deps?
- shapes default
-
Affects
bevy_prototype_debug_lines::shapes
…