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 whenever bevy_magic_light_2d is added without default-features = false somewhere in the dependency tree.

egui default

Enables bevy-inspector-egui

bevy_magic_light_2d has 2 features without comments.