2023-05-22 17:26:14 +02:00
|
|
|
[package]
|
2024-01-30 00:58:53 +01:00
|
|
|
name = "cosmic-settings-wallpaper"
|
2026-02-17 17:04:16 +01:00
|
|
|
version = "1.0.7"
|
2025-07-31 14:43:37 +02:00
|
|
|
edition = "2024"
|
2025-07-22 06:22:36 +02:00
|
|
|
rust-version.workspace = true
|
2023-05-22 17:26:14 +02:00
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
cosmic-bg-config = { workspace = true }
|
2024-01-30 00:58:53 +01:00
|
|
|
cosmic-randr-shell = { workspace = true }
|
2025-07-31 14:43:37 +02:00
|
|
|
dirs = "6.0.0"
|
2024-10-10 21:13:10 +02:00
|
|
|
eyre = "0.6.12"
|
2026-02-19 18:30:33 +01:00
|
|
|
fast_image_resize = { version = "6", features = [
|
2025-01-13 18:17:41 +01:00
|
|
|
"image",
|
|
|
|
|
] }
|
2025-09-12 14:59:30 +02:00
|
|
|
futures-lite = "2.6.1"
|
2026-02-19 18:30:33 +01:00
|
|
|
futures-util = "0.3.32"
|
2026-01-10 03:47:06 +01:00
|
|
|
image = "0.25.9"
|
2025-07-31 14:43:37 +02:00
|
|
|
infer = "0.19.0"
|
2025-11-04 19:24:50 +01:00
|
|
|
jxl-oxide = { version = "0.12.5", features = ["image"] }
|
2025-09-12 14:59:30 +02:00
|
|
|
tokio = { workspace = true, features = ["sync"] }
|
2026-01-10 03:47:06 +01:00
|
|
|
tracing = "0.1.44"
|
2025-06-13 16:23:28 -07:00
|
|
|
walkdir = "=2.5.0"
|