chore: use local cosmic-text checkout
Some checks are pending
Validate .desktop files / validate (push) Waiting to run

This commit is contained in:
Lionel DARNIS 2026-05-25 11:34:55 +02:00
parent a1a1c07932
commit bee543258a
2 changed files with 4 additions and 1 deletions

2
Cargo.lock generated
View file

@ -1143,7 +1143,6 @@ dependencies = [
[[package]]
name = "cosmic-text"
version = "0.19.0"
source = "git+https://github.com/pop-os/cosmic-text.git#c24886c2471e5606587c46090cd25dbbf209186b"
dependencies = [
"bitflags 2.11.1",
"fontdb",
@ -1161,6 +1160,7 @@ dependencies = [
"unicode-linebreak",
"unicode-script",
"unicode-segmentation",
"unicode-width",
]
[[package]]

View file

@ -62,6 +62,9 @@ debug = true
# [patch.'https://github.com/wash2/iced_video_player']
# iced_video_player = { path = "../iced_video_player" }
[patch.'https://github.com/pop-os/cosmic-text.git']
cosmic-text = { path = "../cosmic-text" }
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "iced-rebase" }
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "iced-rebase" }
# cosmic-theme = { git = "https://github.com/pop-os/libcosmic//", branch = "iced-rebase" }