mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:48:59 +08:00
4d52db6bb8
* Update mp-units to 0.7.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
19 lines
337 B
JSON
19 lines
337 B
JSON
{
|
|
"name": "mp-units",
|
|
"version-semver": "0.7.0",
|
|
"description": "mp-units - A Units Library for C++",
|
|
"homepage": "https://github.com/mpusz/units",
|
|
"dependencies": [
|
|
"fmt",
|
|
"gsl-lite",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|