bevy-inspector-egui 0.5.0

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

#[derive(Inspectable)]
struct TupleStruct(String, String, String);