Cargo Features

[dependencies]
bevy-inspector-egui = { version = "0.25.1", default-features = false, features = ["bevy_render", "highlight_changes", "bevy_pbr"] }
default = bevy_pbr, bevy_render

These default features are set whenever bevy-inspector-egui is added without default-features = false somewhere in the dependency tree.

bevy_render default

Enables bevy_core_pipeline, bevy_render, render of bevy_egui

Affects bevy-inspector-egui::quick

highlight_changes

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.

bevy_pbr default