mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
gtk: handle exit of service properly
This commit is contained in:
parent
82926d8272
commit
1f4821a16d
3 changed files with 22 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ futures-core = "0.3.28"
|
|||
futures = "0.3.28"
|
||||
clap = { version="4.4.11", features = ["derive"] }
|
||||
gtk = { package = "gtk4", version = "0.7.2", features = ["v4_2"], optional = true }
|
||||
adw = { package = "libadwaita", version = "0.5.2", features = ["v1_1"], optional = true }
|
||||
adw = { package = "libadwaita", version = "0.5.2", features = ["v1_2"], optional = true }
|
||||
async-channel = { version = "2.1.1", optional = true }
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue