mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Add tool for visualizing crate hierarchy (#3315)
* Add tool for visualizing crate hierarchy * Update crate structure * Restructure crate viz and integrate crate into workspace * Remove transitive dependency edges * Move png / svg creation into the rust binary
This commit is contained in:
@@ -27,9 +27,7 @@ wgpu = { workspace = true }
|
||||
tokio = { workspace = true, features = ["rt-multi-thread"] }
|
||||
clap = { workspace = true, features = ["cargo", "derive"] }
|
||||
image = { workspace = true }
|
||||
|
||||
# Optional local dependencies
|
||||
wgpu-executor = { path = "../wgpu-executor", optional = true }
|
||||
wgpu-executor = { workspace = true, optional = true }
|
||||
|
||||
[package.metadata.cargo-shear]
|
||||
ignored = ["wgpu-executor"]
|
||||
|
||||
Reference in New Issue
Block a user