mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-20 03:18:06 +08:00
Remove the serde feature and instead just always require it (#2737)
workspace: remove feature `serde`, always require it instead
This commit is contained in:
@@ -21,7 +21,7 @@ gpu = [
|
||||
[dependencies]
|
||||
# Local dependencies
|
||||
graphene-core = { workspace = true }
|
||||
graphene-std = { workspace = true, features = ["serde"] }
|
||||
graphene-std = { workspace = true }
|
||||
interpreted-executor = { workspace = true }
|
||||
graph-craft = { workspace = true, features = ["loading"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user