You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2020. It is now read-only.
I tried this on Servo, but there are enough crates that resulting graph is an unreadable mess. It’d be nice to be able to build a graph on only path dependencies (those that don’t have a source entry in Cargo.lock), or have some other kind of filtering to graph fewer crates at a time.
The text was updated successfully, but these errors were encountered:
You can use my fork which adds filtering (and fixes a ton of bugs). Unfortunately you have to set the filtered dependencies explicitly, on the other hand that makes it more general.
I'm also considering a solution for this similar issue, maybe using another color or shape for such dependencies.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried this on Servo, but there are enough crates that resulting graph is an unreadable mess. It’d be nice to be able to build a graph on only
path
dependencies (those that don’t have asource
entry inCargo.lock
), or have some other kind of filtering to graph fewer crates at a time.The text was updated successfully, but these errors were encountered: