chore: use local cosmic-text checkout
This commit is contained in:
parent
65fc96eab8
commit
4d05e77e1b
2 changed files with 2 additions and 4 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -1458,7 +1458,6 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "cosmic-text"
|
||||
version = "0.19.0"
|
||||
source = "git+https://forge.aditua.com/leyoda/cosmic-text.git?branch=local%2Fpr-503#63072bbe29a1657d82cd3deb5db45070404ec7a1"
|
||||
dependencies = [
|
||||
"bitflags 2.11.1",
|
||||
"fontdb",
|
||||
|
|
|
|||
|
|
@ -40,8 +40,7 @@ path = "../cosmic-files"
|
|||
default-features = false
|
||||
|
||||
[dependencies.cosmic-text]
|
||||
git = "https://forge.aditua.com/leyoda/cosmic-text.git"
|
||||
branch = "local/pr-503"
|
||||
path = "../cosmic-text"
|
||||
features = ["monospace_fallback", "shape-run-cache"]
|
||||
|
||||
[dependencies.cosmic]
|
||||
|
|
@ -89,7 +88,7 @@ cosmic-protocols = { path = "../cosmic-protocols" }
|
|||
cosmic-client-toolkit = { path = "../cosmic-protocols/client-toolkit" }
|
||||
|
||||
[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']
|
||||
window_clipboard = { path = "../window_clipboard" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue