mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:11:39 +08:00
20 lines
350 B
JSON
20 lines
350 B
JSON
{
|
|
"name": "mp-units",
|
|
"version": "2.3.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|