- Notifications
You must be signed in to change notification settings - Fork1
bugadani/embedded-gui
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
embedded-gui
is an experimentalno_std
,no_alloc
, cross-platform, composable Rust GUI toolkit.
embedded-gui
consists of two parts: the main crate, and a platform-specific backend.The main crate contains layout containers, composable base widgets, and the event handling framework.Backend crates define how each widget is rendered, and they may also contain custom widgets orbackend-specific extensions to the base widgets.
The minimum supported Rust version for embedded-text is 1.51.0 or greater. Ensure you have the latest stable version of Rust installed, preferably throughhttps://rustup.rs.