mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
21bd538cbc
Co-authored-by: Jon <v-zhli17@microsoft.com>
21 lines
379 B
JSON
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
|
|
}
|
|
]
|
|
}
|