Manual.md: document new cargo wrapper in rust helper

This commit is contained in:
tranzystorekk 2024-12-19 03:04:36 +01:00
parent c03ed533c0
commit 3fda0daf47
1 changed files with 3 additions and 2 deletions

View File

@ -1136,8 +1136,9 @@ This aims to fix cross-builds for when the build-style is mixed: e.g. when in a
- `qmake6` is like `qmake` but for Qt6. - `qmake6` is like `qmake` but for Qt6.
- `rust` specifies environment variables required for cross-compiling crates via cargo and - `rust` specifies environment variables required for cross-compiling crates via cargo and
for compiling cargo -sys crates. This helper is added by default for packages that use the for compiling cargo -sys crates.
`cargo` build style. It also adds a `cargo` wrapper that detects and passes builds through `cargo-auditable`.
This helper is added by default for packages that use the `cargo` build style.
<a id="functions"></a> <a id="functions"></a>
### Functions ### Functions