cosmic-screencopy-v2 (#288)

This commit is contained in:
Ian Douglas Scott 2024-03-25 12:03:53 -07:00 committed by Jeremy Soller
parent 608d7837b5
commit 8128b6cf89
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
3 changed files with 241 additions and 194 deletions

View file

@ -21,10 +21,10 @@ resolver = "2"
[workspace.dependencies]
anyhow = "1.0.81"
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "e65fa5e" }
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "1cc4a13" }
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", default-features = false, features = [
"client",
], rev = "e65fa5e" }
], rev = "1cc4a13" }
cosmic-time = { git = "https://github.com/pop-os/cosmic-time", default-features = false, features = [
"libcosmic",
"once_cell",