forked from pop-os/cosmic-theme-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
23 lines (22 loc) · 812 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "cosmic-theme-editor"
version = "0.1.0"
authors = ["Ashley Wulber <ashley@system76.com>"]
edition = "2021"
[dependencies]
palette = { version = "0.6", features = ["serializing"] }
anyhow = "1.0"
gtk4 = { version = "0.4.7" }
relm4-macros = { git = "https://github.com/AaronErhardt/Relm4", branch = "new-approach" }
once_cell = "1.9.0"
tokio = { version = "1.17.0", features = ["full"] }
cascade = "1.0.0"
float-cmp = "0.9.0"
hex = "0.4.3"
cosmic-theme = { git = "https://github.com/pop-os/cosmic-theme" }
#cosmic-theme = { path = "../cosmic-theme" }
kmeans_colors = { git = "https://github.com/okaneco/kmeans-colors", features = ["palette_color"], default-features = false }
serde = "1.0.136"
log = "0.4"
pretty_env_logger = "0.4"
gettext-rs = { version = "0.7", features = ["gettext-system"] }