mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Minor API improvements
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
|
||||
/// Outputs render info in a format suitable for e.g. OpenGL.
|
||||
use crate::{
|
||||
color::Color,
|
||||
fonts::Fonts,
|
||||
math::{remap, vec2, Vec2, TAU},
|
||||
types::{Color, PaintCmd},
|
||||
types::PaintCmd,
|
||||
};
|
||||
|
||||
#[derive(Clone, Copy, Debug, Default, Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user