diff options
author | 2024-01-15 23:45:24 +0100 | |
---|---|---|
committer | 2024-01-15 23:49:20 +0100 | |
commit | d948ca6f0979bc8120dcf3ce7ba78eac54755ce3 (patch) | |
tree | 36da0eac790e363c8f7b64b95131603042a95122 /Cargo.toml | |
parent | 50c310fd9f692eafb2350827636ffbd6d7b6c9b9 (diff) | |
download | iced-d948ca6f0979bc8120dcf3ce7ba78eac54755ce3.tar.gz iced-d948ca6f0979bc8120dcf3ce7ba78eac54755ce3.tar.bz2 iced-d948ca6f0979bc8120dcf3ce7ba78eac54755ce3.zip |
Update `glyphon` to `0.4`
`Color` is now always in the sRGB color space.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ bytemuck = { version = "1.0", features = ["derive"] } cosmic-text = "0.10" futures = "0.3" glam = "0.24" -glyphon = { git = "https://github.com/grovesNL/glyphon.git", rev = "2caa9fc5e5923c1d827d177c3619cab7e9885b85" } +glyphon = "0.4" guillotiere = "0.6" half = "2.2" image = "0.24" |