vcpkg/ports/fixed-containers/vcpkg.json

19 lines
362 B
JSON
Raw Normal View History

{
"name": "fixed-containers",
"version-date": "2024-09-19",
"description": "C++ Fixed Containers",
"homepage": "https://github.com/teslamotors/fixed-containers",
"license": "MIT",
"dependencies": [
"magic-enum",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}