forked from pop-os/cosmic-bg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
35 lines (30 loc) · 876 Bytes
/
Copy pathCargo.toml
File metadata and controls
35 lines (30 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[package]
name = "cosmic-bg"
version = "0.1.0"
edition = "2024"
rust-version = "1.85"
[dependencies]
color-eyre = "0.6.5"
colorgrad = { workspace = true }
cosmic-bg-config = { path = "./config" }
eyre = "0.6.12"
fast_image_resize = { version = "5.1.4", features = ["image"] }
image = { workspace = true, features = ["hdr", "jpeg", "png", "rayon", "webp"] }
jxl-oxide = { version = "0.12.4", features = ["image"] }
notify = "8.2.0"
rand = "0.9.2"
sctk = { package = "smithay-client-toolkit", version = "0.20.0" }
tracing = { workspace = true }
tracing-subscriber = "0.3.20"
walkdir = "2.5"
[workspace]
members = ["config"]
[workspace.dependencies]
colorgrad = "0.7.2"
image = { version = "0.25.6", default-features = false }
tracing = "0.1.41"
[dependencies.cosmic-config]
git = "https://github.com/pop-os/libcosmic"
features = ["calloop"]
[profile.release]
opt-level = 3