vernier-rs-ui 0.2.2

egui-based preferences window for Vernier, the native pixel-measurement screen overlay.
1
2
3
4
5
6
7
8
//! Egui-based UI surfaces for vernier. The measurement HUD is
//! rasterized directly by `vernier-platform`; this crate hosts the
//! windows that egui makes the most sense for — currently just the
//! preferences pane.

pub mod prefs;

pub use prefs::run_prefs;