chore: use local glyphon and cosmic-text

This commit is contained in:
Lionel DARNIS 2026-05-25 18:27:54 +02:00
parent 41d35a6112
commit 18b7425059
2 changed files with 4 additions and 5 deletions

5
Cargo.lock generated
View file

@ -1301,8 +1301,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.0",
"fontdb",
@ -1320,6 +1319,7 @@ dependencies = [
"unicode-linebreak",
"unicode-script",
"unicode-segmentation",
"unicode-width",
]
[[package]]
@ -1426,7 +1426,6 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
[[package]]
name = "cryoglyph"
version = "0.1.0"
source = "git+https://github.com/pop-os/glyphon.git?tag=cosmic-0.14#c49de15bce4d8254ac136d1be9911960cc85ce12"
dependencies = [
"cosmic-text",
"etagere",

View file

@ -238,10 +238,10 @@ async-std = "1.0"
bitflags = "2.5"
bytemuck = { version = "1.0", features = ["derive"] }
bytes = "1.6"
cosmic-text = { git = "https://github.com/pop-os/cosmic-text.git" }
cosmic-text = { path = "../../cosmic-text" }
# cosmic-text = "0.10"
dark-light = "1.0"
cryoglyph = { package = "cryoglyph", git = "https://github.com/pop-os/glyphon.git", tag = "cosmic-0.14" }
cryoglyph = { package = "cryoglyph", path = "../../glyphon" }
resvg = "0.45"
web-sys = "0.3.69"
guillotiere = "0.6"