vcpkg/ports/mp-units/vcpkg.json
2024-09-16 12:22:21 -07:00

20 lines
350 B
JSON

{
"name": "mp-units",
"version": "2.2.1",
"description": "mp-units - A Units Library for C++",
"homepage": "https://github.com/mpusz/units",
"license": "MIT",
"dependencies": [
"fmt",
"gsl-lite",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}