mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Deprecate all usages of the Color struct representing gamma space values, fixing round-trip precision bugs (#4149)
* Deprecate all usages of the Color struct representing gamma space values, fixing round-trip precision bugs * Code review fixes
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -887,6 +887,7 @@ dependencies = [
|
||||
"base64",
|
||||
"bitflags 2.11.0",
|
||||
"bytemuck",
|
||||
"color",
|
||||
"ctor",
|
||||
"dyn-any",
|
||||
"glam",
|
||||
@@ -2216,6 +2217,7 @@ dependencies = [
|
||||
name = "graphite-wasm-wrapper"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"bytemuck",
|
||||
"graph-craft",
|
||||
"graphene-std",
|
||||
"graphite-editor",
|
||||
|
||||
Reference in New Issue
Block a user