bevy-inspector-egui 0.7.6

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

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