-
-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathCargo.toml
More file actions
31 lines (30 loc) · 886 Bytes
/
Cargo.toml
File metadata and controls
31 lines (30 loc) · 886 Bytes
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
[package]
name = "wluma"
authors = ["Maxim Baz", "Cyril Levis"]
edition = "2021"
license = "ISC"
[dependencies]
ash = { version = "~0.38", features = ["linked"], default-features = false }
wayland-client = { version = "~0.31" }
wayland-backend = { version = "~0.3", features = ["dlopen"] }
wayland-protocols = { version = "~0.32", features = ["client", "staging", "unstable"] }
wayland-protocols-wlr = { version = "~0.3", features = ["client"] }
serde = { version = "~1.0", features = ["derive"] }
serde_yaml = "~0.9"
toml = "~0.8"
chrono = "~0.4"
itertools = "~0.14"
v4l = { version = "~0.14", features = ["libv4l"], default-features = false }
ddc-hi = "~0.4"
log = "~0.4"
env_logger = "~0.11"
inotify = "~0.11"
lazy_static = "~1.5"
xdg = "~2.5"
dbus = "~0.9"
anyhow = "~1.0"
drm-fourcc = "~2.2"
smol = "~2.0"
smol-macros = "~0.1"
futures-util = "~0.3"
macro_rules_attribute = "~0.2"