chore: use local glyphon and cosmic-text

This commit is contained in:
Lionel DARNIS 2026-05-25 18:27:54 +02:00
parent 3982e04aa2
commit cf7828fb70

View file

@ -238,8 +238,8 @@ async-std = "1.0"
bitflags = "2.5"
bytemuck = { version = "1.0", features = ["derive"] }
bytes = "1.6"
cosmic-text = "0.19"
cryoglyph = { git = "https://github.com/iced-rs/cryoglyph.git", rev = "e429a025df36ab8145708acb309080ae3deec17a" }
cosmic-text = { path = "../../cosmic-text" }
cryoglyph = { package = "cryoglyph", path = "../../glyphon" }
dark-light = "1.0"
resvg = "0.45"
web-sys = "0.3.69"