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

Add Cargo.png to all repositories with dependencies #666

Closed
3 tasks done
bvssvni opened this issue Oct 17, 2014 · 6 comments
Closed
3 tasks done

Add Cargo.png to all repositories with dependencies #666

bvssvni opened this issue Oct 17, 2014 · 6 comments
Labels

Comments

@bvssvni
Copy link
Member

bvssvni commented Oct 17, 2014

See #643 for how to generate dot files.

  • Generate "Cargo.dot" for all repositories with dependencies
  • Generate "Cargo.png" from all dot files
  • Add ![dependencies](./Cargo.png) to all READMEs with title "Dependencies"
@bvssvni
Copy link
Member Author

bvssvni commented Oct 28, 2014

  • hematite
  • sprite
  • event
  • ai_behavior
  • rust-graphics-lab
  • graphics
  • gfx_voxel
  • cam
  • conrod
  • asset_store
  • sdl2_window
  • opengl_graphics
  • gfx_graphics
  • rust-dsp
  • glfw_window
  • texture-packer

@TyOverby
Copy link
Contributor

This could be done automatically by our Travis-Ci builds.

@indiv0
Copy link
Member

indiv0 commented Oct 28, 2014

@TyOverby where would it be put?

@TyOverby
Copy link
Contributor

I was thinking that Travis-Ci could automatically generate the dot-files, and then upload them to some server like we do with rust-ci.

It would require that server, but we'd never need to worry about updating them ever again.

@indiv0
Copy link
Member

indiv0 commented Oct 28, 2014

@TyOverby yeah the server aspect was what I was asking about.

The most reasonable approach to me seems like submitting a PR to rust-ci to add this functionality.
This way, the infrastructure it already in-place and the only thing needing to be changed is the rust-ci project itself.

@bvssvni
Copy link
Member Author

bvssvni commented Oct 28, 2014

The only remaining is asset_store, due to some confusion around the README file.

Closing.

@bvssvni bvssvni closed this as completed Oct 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants