summaryrefslogtreecommitdiff
path: root/theme_test/Cargo.toml
blob: 300a7afa38c5ecc5f79e0a1e9a58b09d207a87a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "theme_test"
version = "0.0.1"
edition = "2024"

[dependencies]
iced.workspace = true
iced.features = ["debug"]
iced_anim.workspace = true
iced_dialog.workspace = true
material_theme = { path = "../crates/material_theme", features = ["dialog", "animate"] }