fix(cargo): enforce sctk version on dependencies
This commit is contained in:
parent
451f8bf5b7
commit
247d7c4678
2 changed files with 17 additions and 67 deletions
|
|
@ -29,11 +29,14 @@ git = "https://github.com/pop-os/cosmic-randr"
|
|||
[workspace.dependencies.sctk]
|
||||
git = "https://github.com/smithay/client-toolkit/"
|
||||
package = "smithay-client-toolkit"
|
||||
rev = "2e9bf9f"
|
||||
rev = "3bed072"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
|
||||
[patch.'https://github.com/smithay/client-toolkit/']
|
||||
smithay-client-toolkit = { git = "https://github.com/smithay/client-toolkit//", rev = "3bed072" }
|
||||
|
||||
# For development and testing purposes
|
||||
# [patch.'https://github.com/pop-os/libcosmic']
|
||||
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "theme-export-gtk" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue