use bevy::prelude::*; /// Navigation display component for showing navigation information #[derive(Component)] pub struct NavigationDisplay;