mirror of
https://gitlab.com/qemu-project/qemu.git
synced 2026-08-26 22:23:12 -04:00
Let Meson parse Cargo.lock and Cargo.toml and figure out the set
of Rust build dependencies. For now, the only change is that
subprojects are retrieved with "cargo_ws.subproject('NAME')"
instead of "subproject('NAME-API-rs')". However, just calling
"import('rust').workspace()" enables extra functionality that
operates by parsing Cargo.toml; it will be introduced a step
at a time in subsequent commits.
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
||
|---|---|---|
| .. | ||
| custom-runners | ||
| base.yml | ||
| buildtest-template.yml | ||
| buildtest.yml | ||
| check-dco.py | ||
| check-patch.py | ||
| check-units.py | ||
| container-core.yml | ||
| container-cross.yml | ||
| container-template.yml | ||
| containers.yml | ||
| crossbuild-template.yml | ||
| crossbuilds.yml | ||
| custom-runners.yml | ||
| macos-14.vars | ||
| macos.yml | ||
| qemu-project.yml | ||
| stages.yml | ||
| static_checks.yml | ||
| windows.yml | ||