vcpkg/ports/mp-units/vcpkg.json
JonLiu1993 21bd538cbc
[mp-units] Update repo and Description (#42123)
Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-11-14 02:33:31 -08:00

21 lines
379 B
JSON

{
"name": "mp-units",
"version": "2.4.0",
"port-version": 1,
"description": "The quantities and units library for C++",
"homepage": "https://mpusz.github.io/mp-units",
"license": "MIT",
"dependencies": [
"fmt",
"gsl-lite",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}