2023-05-22 17:26:14 +02:00
|
|
|
[package]
|
2024-01-30 00:58:53 +01:00
|
|
|
name = "cosmic-settings-wallpaper"
|
2023-05-22 17:26:14 +02:00
|
|
|
version = "0.1.0"
|
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"
|
2024-10-23 12:39:49 -06:00
|
|
|
# Upstream version 5.0.0 has compilation error on Redox's toolchain
|
2025-01-13 18:17:41 +01:00
|
|
|
fast_image_resize = { git = "https://github.com/jackpot51/fast_image_resize.git", features = [
|
|
|
|
|
"image",
|
|
|
|
|
] }
|
2025-09-12 14:59:30 +02:00
|
|
|
futures-lite = "2.6.1"
|
2025-02-14 01:48:26 +01:00
|
|
|
futures-util = "0.3.31"
|
2025-09-12 14:59:30 +02:00
|
|
|
image = "0.25.8"
|
2025-07-31 14:43:37 +02:00
|
|
|
infer = "0.19.0"
|
2025-08-18 16:11:13 +02:00
|
|
|
jxl-oxide = { version = "0.12.4", features = ["image"] }
|
2025-09-12 14:59:30 +02:00
|
|
|
tokio = { workspace = true, features = ["sync"] }
|
2025-02-14 01:48:26 +01:00
|
|
|
tracing = "0.1.41"
|
2025-06-13 16:23:28 -07:00
|
|
|
walkdir = "=2.5.0"
|