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"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
cosmic-bg-config = { workspace = true }
|
|
|
|
|
cosmic-config = { workspace = true }
|
2024-01-30 00:58:53 +01:00
|
|
|
cosmic-randr-shell = { workspace = true }
|
2023-05-22 17:26:14 +02:00
|
|
|
dirs = "5.0.1"
|
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",
|
|
|
|
|
] }
|
|
|
|
|
freedesktop-icons = { package = "cosmic-freedesktop-icons", git = "https://github.com/pop-os/freedesktop-icons" }
|
2025-02-14 01:48:26 +01:00
|
|
|
futures-lite = "2.6.0"
|
|
|
|
|
futures-util = "0.3.31"
|
|
|
|
|
image = "0.25.5"
|
2024-08-21 03:07:16 +02:00
|
|
|
infer = "0.16.0"
|
2025-03-17 12:53:25 +01:00
|
|
|
jxl-oxide = "0.11.3"
|
|
|
|
|
tokio = { version = "1.44.1", 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"
|