chore: use local cosmic-text checkout
This commit is contained in:
parent
f9f329d85f
commit
9de2d66f85
1 changed files with 2 additions and 3 deletions
|
|
@ -40,8 +40,7 @@ path = "../cosmic-files"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.cosmic-text]
|
[dependencies.cosmic-text]
|
||||||
git = "https://forge.aditua.com/leyoda/cosmic-text.git"
|
path = "../cosmic-text"
|
||||||
branch = "local/pr-503"
|
|
||||||
features = ["monospace_fallback", "shape-run-cache"]
|
features = ["monospace_fallback", "shape-run-cache"]
|
||||||
|
|
||||||
[dependencies.cosmic]
|
[dependencies.cosmic]
|
||||||
|
|
@ -89,7 +88,7 @@ cosmic-protocols = { path = "../cosmic-protocols" }
|
||||||
cosmic-client-toolkit = { path = "../cosmic-protocols/client-toolkit" }
|
cosmic-client-toolkit = { path = "../cosmic-protocols/client-toolkit" }
|
||||||
|
|
||||||
[patch.'https://github.com/pop-os/cosmic-text.git']
|
[patch.'https://github.com/pop-os/cosmic-text.git']
|
||||||
cosmic-text = { git = "https://forge.aditua.com/leyoda/cosmic-text.git", branch = "local/pr-503" }
|
cosmic-text = { path = "../cosmic-text" }
|
||||||
|
|
||||||
[patch.'https://forge.aditua.com/leyoda/window_clipboard.git']
|
[patch.'https://forge.aditua.com/leyoda/window_clipboard.git']
|
||||||
window_clipboard = { path = "../window_clipboard" }
|
window_clipboard = { path = "../window_clipboard" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue