mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
6 lines
60 B
Rust
6 lines
60 B
Rust
#![deny(warnings)]
|
|
|
|
mod painter;
|
|
|
|
pub use painter::Painter;
|