diff options
Diffstat (limited to 'manifest-reference.md')
-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 07235b9..8e9f65d 100644 --- a/manifest-reference.md +++ b/manifest-reference.md @@ -233,8 +233,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. @@ -277,8 +275,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. @@ -313,8 +309,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. |