flashkraft 1.1.3

FlashKraft — OS image writer desktop application (Iced GUI)
Documentation
1
2
3
4
5
6
7
8
9
10
//! GUI Utility Modules
//!
//! Contains utilities that are specific to the Iced desktop application.
//! Framework-agnostic utilities (debug logging macros) live in
//! `flashkraft-core::utils`.

pub mod icons_bootstrap_mapper;

// Re-export the icon helper for convenient access
pub use icons_bootstrap_mapper::icon;