You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| src | 1 year ago | |
| Cargo.toml | 1 year ago | |
| README.md | 1 year ago | |
| bindings.rs | 1 year ago | |
| build.rs | 1 year ago | |
| prebuilts_version | 1 year ago | |
README.md
Sandbox dependencies
This crate links against chromium project's sandbox library. The library is provided as a prebuilt because
- The build system's toolchain doesn't support building that library.
- The original library is C++ based and we have added a small C wrapper around it to which rust binds.
build.rs downloads the prebuilt library during build.
Googlers can build the library by following these instructions.