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

Collect C/C++ include directories from deps #2

Merged
merged 2 commits into from
Feb 15, 2024
Merged

Collect C/C++ include directories from deps #2

merged 2 commits into from
Feb 15, 2024

Conversation

ravenexp
Copy link
Owner

Emit cargo:include=DIR metadata for Rust dependencies.

Add a new public method CargoInstructions::include_paths().

Resolves #1

Emit `cargo:include=DIR` metadata for Rust dependencies.

Add a new public method `CargoInstructions::include_paths()`.

Bump the crate version to 0.1.1 (preliminary).
@ravenexp ravenexp self-assigned this Feb 15, 2024
@ravenexp ravenexp added the enhancement New feature or request label Feb 15, 2024
@ravenexp ravenexp merged commit aed3ebb into main Feb 15, 2024
3 checks passed
@ravenexp ravenexp deleted the includes branch February 15, 2024 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

With bindgen, to find the 'include' directory path dynamically exported
1 participant