chore: use local cosmic-text checkout
This commit is contained in:
parent
f243a13dfb
commit
73defa2c05
2 changed files with 6 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1469,8 +1469,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cosmic-text"
|
||||
version = "0.18.2"
|
||||
source = "git+https://github.com/pop-os/cosmic-text.git#4d74f795cc771fdcc7ea0f9cacba63fcf036fad6"
|
||||
version = "0.19.0"
|
||||
dependencies = [
|
||||
"bitflags 2.11.1",
|
||||
"cosmic_undo_2",
|
||||
|
|
@ -1491,6 +1490,7 @@ dependencies = [
|
|||
"unicode-linebreak",
|
||||
"unicode-script",
|
||||
"unicode-segmentation",
|
||||
"unicode-width",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ default-features = false
|
|||
git = "https://github.com/pop-os/cosmic-syntax-theme.git"
|
||||
|
||||
[dependencies.cosmic-text]
|
||||
git = "https://github.com/pop-os/cosmic-text.git"
|
||||
path = "../cosmic-text"
|
||||
features = ["syntect", "vi"]
|
||||
|
||||
# Yoda fork.
|
||||
|
|
@ -77,3 +77,6 @@ onig_sys = { git = "https://github.com/rust-onig/rust-onig.git", branch = "main"
|
|||
window_clipboard = { path = "/home/lionel/Projets/COSMIC/window_clipboard" }
|
||||
dnd = { path = "/home/lionel/Projets/COSMIC/window_clipboard/dnd" }
|
||||
mime = { path = "/home/lionel/Projets/COSMIC/window_clipboard/mime" }
|
||||
|
||||
[patch.'https://github.com/pop-os/cosmic-text.git']
|
||||
cosmic-text = { path = "../cosmic-text" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue