aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2023-10-10 11:07:22 -0400
committerXavier Claessens <xclaesse@gmail.com>2024-10-11 17:16:30 -0400
commit304207b9d26fc8c2450e15af7260e850cbe97189 (patch)
tree59417f4ed237ed1357726b873bcda254cd46ede6 /docs/markdown/snippets
parent842504d6143d0820c5467db93fa1f004fd241157 (diff)
downloadmeson-304207b9d26fc8c2450e15af7260e850cbe97189.zip
meson-304207b9d26fc8c2450e15af7260e850cbe97189.tar.gz
meson-304207b9d26fc8c2450e15af7260e850cbe97189.tar.bz2
cargo: Document that cargo subprojects is an experimental feature
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/cargo_exp.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/markdown/snippets/cargo_exp.md b/docs/markdown/snippets/cargo_exp.md
new file mode 100644
index 0000000..34d379a
--- /dev/null
+++ b/docs/markdown/snippets/cargo_exp.md
@@ -0,0 +1,8 @@
+## Cargo subprojects is experimental
+
+Cargo subprojects was intended to be experimental with no stability guarantees.
+That notice was unfortunately missing from documentation. Meson will now start
+warning about usage of experimental features and future releases might do breaking
+changes.
+
+This is aligned with our general policy regarding [mixing build systems](Mixing-build-systems.md).