bevy-inspector-egui 0.6.1

Inspector plugin for the bevy game engine
Documentation
use bevy_inspector_egui::Inspectable;

#[derive(Inspectable, Debug, PartialEq)]
enum Test {
    A,
    B,
    C,
}