This commit is contained in:
Ashley Wulber 2024-11-22 10:40:26 -05:00 committed by Ashley Wulber
parent 60ff2241ed
commit 53237d147f
2 changed files with 628 additions and 383 deletions

1009
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -15,7 +15,7 @@ cosmic-dbus-a11y = { git = "https://github.com/pop-os/dbus-settings-bindings" }
# launch-pad = { git = "https://github.com/pop-os/launch-pad" }
itertools = "0.12"
launch-pad = { git = "https://github.com/pop-os/launch-pad", branch = "feat-graceful-stop" }
launch-pad = { git = "https://github.com/pop-os/launch-pad" }
libc = "0.2"
log-panics = { version = "2", features = ["with-backtrace"] }
rustix = "0.38"