//! Egui overlay rendering helpers.
//!//! This module is intentionally lightweight: it does **not** depend on winit.
//! It exists so wasm/WebGPU surfaces can render axes/ticks/labels via egui-wgpu.
#[path="../gui/plot_overlay.rs"]pubmodplot_overlay;#[path="../gui/cad_overlay.rs"]pub(crate)modcad_overlay;#[path="../gui/product_ui.rs"]pub(crate)modproduct_ui;