-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
37 lines (35 loc) · 1.23 KB
/
Cargo.toml
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
36
37
[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 <[email protected]>"]
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"