summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/wrap.md
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2023-06-02 12:11:45 -0400
committerXavier Claessens <xclaesse@gmail.com>2023-10-09 21:13:58 -0400
commitdc329f0f04d917da5bf295e013f393caed4a85fc (patch)
tree00ec4bd14f1af655fa049ec102649dad9e53f0f7 /docs/markdown/snippets/wrap.md
parentea42d2d01999c00c7fe7846de38416b8693bfb79 (diff)
downloadmeson-dc329f0f04d917da5bf295e013f393caed4a85fc.tar.gz
interpreter: Add support for cargo subproject
Diffstat (limited to 'docs/markdown/snippets/wrap.md')
-rw-r--r--docs/markdown/snippets/wrap.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/markdown/snippets/wrap.md b/docs/markdown/snippets/wrap.md
index 6e03c2e13..3a5521efc 100644
--- a/docs/markdown/snippets/wrap.md
+++ b/docs/markdown/snippets/wrap.md
@@ -1,4 +1,4 @@
-## Automatic fallback to `cmake` subproject
+## Automatic fallback to `cmake` and `cargo` subproject
CMake subprojects have been supported for a while using the `cmake.subproject()`
module method. However until now it was not possible to use a CMake subproject
@@ -10,3 +10,4 @@ key in the wrap file's first section. The method defaults to `meson`.
Supported methods:
- `meson` requires `meson.build` file.
- `cmake` requires `CMakeLists.txt` file. [See details](Wrap-dependency-system-manual.md#cmake-wraps).
+- `cargo` requires `Cargo.toml` file. [See details](Wrap-dependency-system-manual.md#cargo-wraps).