1//! Egui overlay rendering helpers.
2//!
3//! This module is intentionally lightweight: it does **not** depend on winit.
4//! It exists so wasm/WebGPU surfaces can render axes/ticks/labels via egui-wgpu.
56#[path = "../gui/plot_overlay.rs"]
7pub mod plot_overlay;