material-ui-rs 0.5.3

A Material3 inspired theme for `iced`
Documentation
1
2
3
4
5
6
#[path = "../examples/showcase/app.rs"]
mod showcase;

fn main() -> iced::Result {
    showcase::main()
}