fix(cargo): patch override cosmic-protocols

This commit is contained in:
Michael Aaron Murphy 2024-05-08 17:37:22 +02:00 committed by Michael Murphy
parent 554824aedf
commit 48a6ec042f
2 changed files with 6 additions and 16 deletions

View file

@ -40,6 +40,9 @@ opt-level = 3
[patch.'https://github.com/smithay/client-toolkit/']
smithay-client-toolkit = { git = "https://github.com/smithay/client-toolkit//", rev = "3bed072" }
[patch.'https://github.com/pop-os/cosmic-protocols']
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "1316f9e"}
# For development and testing purposes
# [patch.'https://github.com/pop-os/libcosmic']
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "theme-export-gtk" }