Crate rlvgl

Crate rlvgl 

Source
Expand description

Public re-export crate for the rlvgl ecosystem.

This crate simply exposes the core runtime, widgets and platform layers in a single package for convenience when publishing to crates.io.

Re-exportsยง

pub use rlvgl_core as core;
pub use rlvgl_platform as platform;
pub use rlvgl_ui as ui;
pub use rlvgl_widgets as widgets;