fastpack-gui 0.21.0

Native desktop GUI for FastPack (primary interface)
Documentation
1
2
3
4
/// Colored overlay rect painted on the atlas preview to highlight a sprite frame.
pub struct ColorRect {
    pub color: eframe::egui::Color32,
}