Cargo Features
[dependencies]
bevy_magic_light_2d = { version = "0.8.1", default-features = false, features = ["egui"] }
- default = egui
-
The
egui
feature is set by default wheneverbevy_magic_light_2d
is added without
somewhere in the dependency tree.default-features = false - egui default
-
Enables bevy-inspector-egui ^0.25.2
bevy_magic_light_2d has 2 features without comments.