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

Switch to Cargo? #32

Closed
wackywendell opened this issue Jun 24, 2014 · 2 comments
Closed

Switch to Cargo? #32

wackywendell opened this issue Jun 24, 2014 · 2 comments

Comments

@wackywendell
Copy link
Contributor

Now that an alpha version of Cargo has been released as "ready to try out", do you think we could try and switch the build from a makefile to Cargo? Is that feasible?

At a minimum, it would be nice to have a "cargo.toml" so that packages depending on this one could use cargo.

sebcrozet added a commit that referenced this issue Jun 24, 2014
See #32 for further comments.
@sebcrozet
Copy link
Owner

I have just added a cargo file. Cargo does not suport packages that generate multiple libs, so, at the moment some dependencies (including ncollide and rust-ffmpeg) are still built by the makefile (which is executed by cargo).

Also, cargo does not compile with the optimizations activated.

@wackywendell
Copy link
Contributor Author

Wow, you're good! Thanks!

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

No branches or pull requests

2 participants