mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:59:55 +08:00
4eb186792a
* Update mp-units to 2.1.0 * vcpkg database update * Patch updated * Update database
42 lines
806 B
JSON
42 lines
806 B
JSON
{
|
|
"name": "mp-units",
|
|
"version": "2.1.0",
|
|
"description": "mp-units - A Units Library for C++",
|
|
"homepage": "https://github.com/mpusz/units",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"gsl-lite",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"default-features"
|
|
],
|
|
"features": {
|
|
"default-features": {
|
|
"description": "Platform specific default features",
|
|
"dependencies": [
|
|
{
|
|
"name": "mp-units",
|
|
"features": [
|
|
"use-libfmt"
|
|
],
|
|
"platform": "osx"
|
|
}
|
|
]
|
|
},
|
|
"use-libfmt": {
|
|
"description": "Use libfmt instead of std::format",
|
|
"dependencies": [
|
|
"fmt"
|
|
]
|
|
}
|
|
}
|
|
}
|