use bevy_ecs::world::World; pub trait UiRenderable { fn render(&mut self, ctx: &egui::Context, world: &mut World); }