2022-05-04 00:05:06 +00:00
|
|
|
[package]
|
|
|
|
name = "bscreensaver-dialog-gtk3"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1"
|
|
|
|
bscreensaver-util = { path = "../util" }
|
|
|
|
chrono = "0.4"
|
2024-08-02 18:21:48 +00:00
|
|
|
gethostname = "0.4"
|
|
|
|
glib = { version = "0.18", features = ["log"] }
|
|
|
|
gtk = "0.18"
|
|
|
|
gtk-sys = "0.18"
|
|
|
|
gdk-sys = "0.18"
|
|
|
|
gdkx11 = "0.18"
|
2022-05-04 00:05:06 +00:00
|
|
|
log = "0.4"
|
2022-08-15 05:17:58 +00:00
|
|
|
pam-client = "0.5"
|
2022-05-04 07:22:00 +00:00
|
|
|
shell-words = "1"
|
2024-08-02 18:21:48 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
# pam-sys specifies default-features = false, which drops the 'runtime'
|
|
|
|
# feature; this ends up conflicting with the xkbcommon-sys build in another
|
|
|
|
# module, which causes pam-sys to fail to build
|
|
|
|
bindgen = { version = "0.69", features = ["runtime"] }
|