A modern wallpaper tool with Gnome dynamic wallpaper support.
https://enkei.spacesnek.rocks
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.2 KiB
37 lines
1.2 KiB
[package] |
|
name = "enkei" |
|
version = "0.9.3" |
|
edition = "2021" |
|
description = "An OpenGL accelerated wallpaper tool with support for the Gnome Dynamic Wallpaper definitions." |
|
keywords = ["sway", "wlroots", "wallpaper", "background", "gnome"] |
|
categories = ["multimedia:images", "multimedia"] |
|
homepage = "https://git.spacesnek.rocks/johannes/enkei" |
|
repository = "https://git.spacesnek.rocks/johannes/enkei" |
|
authors = ["Johannes Wünsche <johannes@spacesnek.rocks>"] |
|
license = "GPL-3.0-only" |
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
|
|
|
[dependencies] |
|
bincode = "1.3.3" |
|
cached = "0.30.0" |
|
cairo-rs = { version = "0.15.1", features = ["png"] } |
|
chrono = "0.4.19" |
|
clap = { version = "3.0.7", features = ["derive"] } |
|
env_logger = "0.9.0" |
|
ezing = "0.2.1" |
|
fast_image_resize = "0.7.0" |
|
getset = "0.1.2" |
|
gl = "0.14.0" |
|
image = "0.24" |
|
khronos-egl = { version = "4.1.0", features = ["static"] } |
|
lazy-regex = "2.2.2" |
|
log = "0.4.14" |
|
send_wrapper = "0.5.0" |
|
serde = { version = "1.0.131", features = ["derive"] } |
|
serde-xml-rs = "0.5.1" |
|
thiserror = "1.0.30" |
|
wayland-client = "0.29.0" |
|
wayland-egl = "0.29.1" |
|
wayland-protocols = { version = "0.29.0", features = ["client", "unstable_protocols", "wayland-client"] } |
|
webp = "0.2.0"
|
|
|