expose egui types #5

This commit is contained in:
2026-01-06 01:55:10 +03:00
parent a2a102cdb6
commit a70b57e62b
4 changed files with 10 additions and 2 deletions

View File

@@ -3,5 +3,7 @@ mod render;
mod style;
mod widget;
pub use egui;
pub use style::{KnobStyle, LabelPosition};
pub use widget::Knob;