Disable proc-macros crate from being tested due to cargo bug (#3103)

* cargo: remove unused `editor/ron` feature

* cargo: add wgpu-executor as a member, sort list

* cargo: test every crate by default

* cargo: disable testing of `graphite-proc-macros`
This commit is contained in:
Firestar99
2025-08-29 12:25:35 +02:00
committed by GitHub
parent c14e67ec28
commit ce1cd1706b
4 changed files with 20 additions and 11 deletions
-1
View File
@@ -16,7 +16,6 @@ gpu = ["graphite-editor/gpu"]
# Local dependencies
graphite-editor = { path = "../../editor", features = [
"gpu",
"ron",
"vello",
] }
graphene-std = { workspace = true }