egui-uix
A collection of custom UI components for egui, the immediate mode GUI library for Rust.
Installation
Add egui-uix to your Cargo.toml:
[]
= "0.1.0"
= "0.33" # Ensure you are using a compatible version of egui
Usage
Toggle Switch
use Toggle;
// In your update loop:
ui.add;
Examples
To run the demo example:
Development
Run checks: