mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 01:58:12 +08:00
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:
@@ -16,7 +16,6 @@ wasm = ["wasm-bindgen", "graphene-std/wasm"]
|
||||
gpu = ["interpreted-executor/gpu", "wgpu-executor"]
|
||||
resvg = ["graphene-std/resvg"]
|
||||
vello = ["graphene-std/vello", "resvg"]
|
||||
ron = []
|
||||
|
||||
[dependencies]
|
||||
# Local dependencies
|
||||
|
||||
Reference in New Issue
Block a user