Skip to content

Commit

Permalink
Add instruction how to install bindgen
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Schwender <[email protected]>
  • Loading branch information
jschwe committed Aug 16, 2024
1 parent fe453e3 commit 29fcaae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Please also check the following:
- Be sure to guard the new component behind a cargo feature and document the feature in Cargo.toml.
- If you did not generate the bindings with API-level 10, specify which API-level you generated the bindings with
and guard the generated module behind the corresponding api-level feature flag.
- Installing `bindgen`: We use a version of bindgen that has not been released yet to crates.io.
You can install the latest version by running `cargo install --git https://github.com/rust-lang/rust-bindgen.git bindgen-cli --branch main --features prettyplease`

## License

Expand Down

0 comments on commit 29fcaae

Please sign in to comment.