diff --git a/Cargo.toml b/Cargo.toml index 2e1c64d2a8..968b6846d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -146,7 +146,7 @@ cosmic-text = "0.12" dark-light = "1.0" futures = "0.3" glam = "0.25" -glyphon = { git = "https://github.com/hecrj/glyphon.git", rev = "feef9f5630c2adb3528937e55f7bfad2da561a65" } +glyphon = { package = "iced_glyphon", version = "0.6" } # Temporary `glyphon` fork guillotiere = "0.6" half = "2.2" image = { version = "0.24", default-features = false }