Cargo Features

[dependencies]
bevy_shader_graph = { version = "0.0.2", default-features = false, features = ["egui"] }
default = egui

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

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