-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
31 lines (28 loc) · 1.14 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
[package]
name = "epitaph"
version = "0.1.0"
description = "A Wayland mobile panel"
authors = ["Christian Duerr <[email protected]>"]
repository = "https://github.com/catacombing/epitaph"
rust-version = "1.75.0"
license = "GPL-3.0"
edition = "2021"
[profile.release]
panic = 'abort'
[dependencies]
calloop = { version = "0.14.0", features = ["signals"] }
calloop-wayland-source = "0.4.0"
catacomb_ipc = { git = "https://github.com/chrisduerr/catacomb", rev = "88facecf54e0cb45be635db16d0ca00399277b5d" }
chrono = { version = "0.4.20", default-features = false, features = ["clock"] }
crossfont = "0.8.0"
glutin = { version = "0.32.1", default-features = false, features = ["egl", "wayland"] }
libc = "0.2.127"
raw-window-handle = "0.6.2"
resvg = { version = "0.44.0", default-features = false }
smithay-client-toolkit = { version = "0.19.2", default-features = false, features = ["xkbcommon"] }
tokio = { version = "1.26.0", features = ["macros"] }
udev = "0.9.1"
wayland-backend = { version = "0.3.3", features = ["client_system"] }
zbus = { version = "5.1.1", default-features = false, features = ["tokio"] }
[build-dependencies]
gl_generator = "0.14.0"