Cargo Features
[dependencies]
bevy_shader_graph = { version = "0.0.2", default-features = false, features = ["egui"] }
- default = egui
-
The
egui
feature is set by default wheneverbevy_shader_graph
is added without
somewhere in the dependency tree.default-features = false - egui default = egui_extras
-
Enables egui ^0.26
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.26