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

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