Cargo Features
[dependencies]
bevy_shader_graph = { version = "0.2.0", default-features = false, features = ["winit", "egui"] }
- default = egui, winit
-
These default features are set whenever
bevy_shader_graph
is added without
somewhere in the dependency tree.default-features = false - winit default
-
To make winit happy when running
cargo check
orcargo publish
.Enables winit
- egui default = egui_extras
-
Enables egui ^0.29
Affects
bevy_shader_graph::editor
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- egui_extras egui
-
Enables egui_extras ^0.29