diff options
-rw-r--r-- | manifest-reference.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/manifest-reference.md b/manifest-reference.md index 45b4827..008b6b5 100644 --- a/manifest-reference.md +++ b/manifest-reference.md @@ -230,8 +230,6 @@ The source file containing the program body can be specified in the *main* entry Executables can have their own dependencies. See [specifying dependencies](#specifying-dependencies) for more details. -> Dependencies supported in Bootstrap fpm only - Executables can also specify their own external library dependencies. See [external libraries](#link-external-libraries) for more details. @@ -274,8 +272,6 @@ The source file containing the program body can be specified in the *main* entry Examples can have their own dependencies. See [specifying dependencies](#specifying-dependencies) for more details. -> Dependencies supported in Bootstrap fpm only - Examples can also specify their own external library dependencies. See [external libraries](#link-external-libraries) for more details. @@ -310,8 +306,6 @@ The source file containing the program body can be specified in the *main* entry Tests can have their own dependencies. See [specifying dependencies](#specifying-dependencies) for more details. -> Dependencies supported in Bootstrap fpm only - Tests can also specify their own external library dependencies. See [external libraries](#link-external-libraries) for more details. |