mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
docs/rusticl: Update documented version requirements for meson and bindgen
The requirements bump a few weeks ago forgot to update the docs. Fixes:1a698c75ae("build: Rust: Bump minimum Meson and bindgen version") Reviewed-by: Karol Herbst <kherbst@redhat.com> Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36526> (cherry picked from commiteda7043025)
This commit is contained in:
parent
9436a96c10
commit
99d222e41c
2 changed files with 3 additions and 3 deletions
|
|
@ -2294,7 +2294,7 @@
|
|||
"description": "docs/rusticl: Update documented version requirements for meson and bindgen",
|
||||
"nominated": true,
|
||||
"nomination_type": 2,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "1a698c75ae5f47b4cc875170e6c3d30aac0a8a24",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -49,8 +49,8 @@ To build Rusticl you need to satisfy the following build dependencies:
|
|||
The minimum versions to build Rusticl are:
|
||||
|
||||
- Rust: 1.78
|
||||
- Meson: 1.4.0
|
||||
- Bindgen: 0.65.0
|
||||
- Meson: 1.7.0
|
||||
- Bindgen: 0.71.1
|
||||
- LLVM: 15.0.0 (recommended 19.0.0)
|
||||
- Clang: 15.0.0
|
||||
Updating clang requires a rebuilt mesa and rusticl if and only if the value of
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue