mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
19 lines
362 B
JSON
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
|
|
}
|
|
]
|
|
}
|