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

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"