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]]
|
[[package]]
|
||||||
name = "cosmic-text"
|
name = "cosmic-text"
|
||||||
version = "0.19.0"
|
version = "0.19.0"
|
||||||
source = "git+https://forge.aditua.com/leyoda/cosmic-text.git?branch=local%2Fpr-503#63072bbe29a1657d82cd3deb5db45070404ec7a1"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.11.1",
|
"bitflags 2.11.1",
|
||||||
"fontdb",
|
"fontdb",
|
||||||
|
|
|
||||||
|
|
@ -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