Added Rust to supported languages for project() (#4750) [skip ci]

pull/4752/head
Ethan R 6 years ago committed by Nirbheek Chauhan
parent 8f24d34e31
commit 530aec0bbe
  1. 4
      docs/markdown/Reference-manual.md

@ -1109,8 +1109,8 @@ This function prints its argument to stdout prefixed with WARNING:.
The first argument to this function must be a string defining the name The first argument to this function must be a string defining the name
of this project. It is followed by programming languages that the of this project. It is followed by programming languages that the
project uses. Supported values for languages are `c`, `cpp` (for project uses. Supported values for languages are `c`, `cpp` (for
`C++`), `d`, `objc`, `objcpp`, `fortran`, `java`, `cs` (for `C#`) and `C++`), `d`, `objc`, `objcpp`, `fortran`, `java`, `cs` (for `C#`),
`vala`. In versions before `0.40.0` you must have at least one `vala` and `rust`. In versions before `0.40.0` you must have at least one
language listed. language listed.
The project name can be any string you want, it's not used for The project name can be any string you want, it's not used for

Loading…
Cancel
Save