vcpkg/ports/mp-units/vcpkg.json
chausner 4d52db6bb8
[mp-units] Update to 0.7.0 (#21405)
* Update mp-units to 0.7.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 14:18:12 -08:00

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
}
]
}