Skip to content

Commit fe9645f

Browse files
committed
cargo: remove unused editor/ron feature
1 parent 95ef8a5 commit fe9645f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

desktop/wrapper/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ gpu = ["graphite-editor/gpu"]
1616
# Local dependencies
1717
graphite-editor = { path = "../../editor", features = [
1818
"gpu",
19-
"ron",
2019
"vello",
2120
] }
2221
graphene-std = { workspace = true }

editor/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ wasm = ["wasm-bindgen", "graphene-std/wasm"]
1616
gpu = ["interpreted-executor/gpu", "wgpu-executor"]
1717
resvg = ["graphene-std/resvg"]
1818
vello = ["graphene-std/vello", "resvg"]
19-
ron = []
2019

2120
[dependencies]
2221
# Local dependencies

0 commit comments

Comments
 (0)