bevy-inspector-egui 0.4.0

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

#[derive(Inspectable)]
struct UnitStruct;