[dependencies.iced]
version = "0.13.1"
[dependencies.palette]
version = "0.7.5"
[[example]]
name = "showcase"
path = "examples/showcase.rs"
[lib]
name = "iced_modern_theme"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui"]
description = "Modern theme for iced-rs"
edition = "2021"
keywords = ["iced", "gui", "modern", "theme", "palette"]
license = "MIT"
name = "iced_modern_theme"
readme = "README.md"
repository = "https://github.com/KainTwinam/iced-modern-theme"
version = "0.1.2"