blob: d42ab908da6fedb5f6e5039d9878b7b9503f310c (
plain)
1
2
3
4
5
|
## Rust and non-Rust sources in the same target
Meson now supports creating a single target with Rust and non Rust
sources mixed together. In this case, if specified, `link_language`
must be set to `rust`.
|