Update glyphon to 0.4

`Color` is now always in the sRGB color space.
This commit is contained in:
Héctor Ramón Jiménez 2024-01-15 23:45:24 +01:00
parent 50c310fd9f
commit d948ca6f09
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 4 additions and 22 deletions

View file

@ -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"