use bevy::prelude::*; /// Depth gauge component for displaying water depth #[derive(Component)] pub struct DepthGauge;