aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-multi-array/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-multi-array/vcpkg.json')
-rw-r--r--ports/boost-multi-array/vcpkg.json13
1 files changed, 11 insertions, 2 deletions
diff --git a/ports/boost-multi-array/vcpkg.json b/ports/boost-multi-array/vcpkg.json
index 16477bd4e..07804cbd4 100644
--- a/ports/boost-multi-array/vcpkg.json
+++ b/ports/boost-multi-array/vcpkg.json
@@ -1,11 +1,20 @@
{
"name": "boost-multi-array",
- "version-string": "1.75.0",
+ "version": "1.76.0",
"description": "Boost multi_array module",
"homepage": "https://github.com/boostorg/multi_array",
"dependencies": [
- "boost-compatibility",
+ "boost-array",
+ "boost-assert",
+ "boost-concept-check",
"boost-config",
+ "boost-core",
+ "boost-functional",
+ "boost-iterator",
+ "boost-mpl",
+ "boost-static-assert",
+ "boost-type-traits",
+ "boost-utility",
"boost-vcpkg-helpers"
]
}