vcpkg/ports/fixed-containers/vcpkg.json
2024-10-22 23:30:48 -07:00

19 lines
362 B
JSON

{
"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
}
]
}