main: Add (optional) systemd notify
This commit is contained in:
parent
75173fe697
commit
90d349a8e7
4 changed files with 30 additions and 2 deletions
|
|
@ -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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue