main: Add (optional) systemd notify

This commit is contained in:
Victoria Brekenfeld 2022-04-27 20:08:05 +02:00
parent 75173fe697
commit 90d349a8e7
4 changed files with 30 additions and 2 deletions

View file

@ -25,6 +25,7 @@ indexmap = "1.8.0"
xdg = "^2.1"
ron = "0.7"
atomic_float = "0.1"
libsystemd = "0.5"
[dependencies.smithay]
version = "0.3"
@ -56,4 +57,5 @@ debug = true
lto = "fat"
[patch."https://github.com/Smithay/smithay.git"]
smithay = { git = "https://github.com/pop-os/smithay", branch = "main" }
smithay = { git = "https://github.com/pop-os/smithay", branch = "main" }
#smithay = { path = "../smithay" }