plex-boot 0.1.0

experimental boot manager with live-loading ISO support and more cool things
Documentation
1
2
3
4
5
6
7
//! User interface components.
//!
//! Provides the graphical elements of the bootloader, such as the main
//! boot menu and error overlays, built on top of the `embedded-graphics` crate.

pub mod boot_menu;
pub mod overlay;