Dynamic theme library for the iced GUI framework
marcel
introduces a new way to load and manage themes for the iced
GUI framework,
allowing the users to distribute and develop their own themes.
This crate integrates seamlessly with both iced
in the GUI front and serde
in the Serialization front,
while being agnostic to the serialization format chosen by the user.
Add this to you Cargo.toml
[dependencies]
marcel = "0.1"
To get started check out the Github wiki.
marcel
is licensed under the terms of both MIT license and Apache License (Version 2.0).
See [LICENSE-MIT] and [LICENSE-APACHE] for details.