Serialize documents with images in linear space instead of sRGB (#1856)

Serialize Images in linear space instead of srgb
This commit is contained in:
Dennis Kobert
2024-07-25 04:39:41 -07:00
committed by GitHub
parent a36491d6f1
commit 93b473abcd
3 changed files with 36 additions and 10 deletions
+1
View File
@@ -73,6 +73,7 @@ image = { workspace = true, optional = true, default-features = false, features
[dev-dependencies]
# Workspace dependencies
tokio = { workspace = true, features = ["rt", "macros"] }
serde_json = { workspace = true }
[lints.rust]
# the spirv target is not in the list of common cfgs so must be added manually