mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 03:28:12 +08:00
Serialize documents with images in linear space instead of sRGB (#1856)
Serialize Images in linear space instead of srgb
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user