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

Improve the dependency finding code #5

Closed
eqrion opened this issue May 9, 2017 · 1 comment
Closed

Improve the dependency finding code #5

eqrion opened this issue May 9, 2017 · 1 comment

Comments

@eqrion
Copy link
Collaborator

eqrion commented May 9, 2017

The current code searches for dependencies in the same level directory as the root crate. This works for simple cases where all the crates needed for generating bindings are local, but not for crates downloaded through Cargo.

This is one thing needed for WebRender to generate structs for Euclid types.

@eqrion
Copy link
Collaborator Author

eqrion commented May 25, 2017

Fixed with d826d98.

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

1 participant