diff --git a/Cargo.toml b/Cargo.toml index 6496fc07..22151d21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"