fix: end async work on soft-shutdown

This commit is contained in:
galister
2024-03-23 15:35:01 +01:00
parent 9fe9832a8d
commit a1d3b9684d
4 changed files with 44 additions and 19 deletions

View File

@@ -43,7 +43,7 @@ strum = { version = "0.25.0", features = ["derive"] }
thiserror = "1.0.56"
vulkano = { git = "https://github.com/vulkano-rs/vulkano", rev = "94f50f1" }
vulkano-shaders = { git = "https://github.com/vulkano-rs/vulkano", rev = "94f50f1" }
wlx-capture = { git = "https://github.com/galister/wlx-capture", tag = "v0.3.0", default-features = false }
wlx-capture = { git = "https://github.com/galister/wlx-capture", tag = "v0.3.1", default-features = false }
xdg = "2.5.2"
[features]