Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the README's dependency graph picture to only show dependencies and not dev-dependencies? #625

Closed
mitchmindtree opened this issue Nov 12, 2015 · 5 comments

Comments

@mitchmindtree
Copy link
Contributor

At the moment the picture makes conrod's dependency eco-system look super complex, when really it's quite small.

@bvssvni
Copy link
Member

bvssvni commented Nov 12, 2015

I generated a new graph, which looks even more insanely large.

@bvssvni
Copy link
Member

bvssvni commented Nov 12, 2015

cargo

Posting it here, just for giggles.

@bvssvni
Copy link
Member

bvssvni commented Nov 12, 2015

I reported this earlier https://github.com/maxsnew/cargo-dot/issues/13. The problem is that cargo-dot uses Cargo.lock to extract dependencies, which does not contain any information separating dependencies from dev-dependencies.

@bvssvni
Copy link
Member

bvssvni commented Nov 15, 2015

Could use cargo-graph instead. There was a problem with filtering dev-dependencies, kbknapp/cargo-graph#4, but this is now fixed.

@mitchmindtree
Copy link
Contributor Author

This is no longer displayed so going to close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants