mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
736c417009
* Update units to 2.3.3 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
14 lines
336 B
JSON
14 lines
336 B
JSON
{
|
|
"name": "units",
|
|
"version": "2.3.3",
|
|
"description": "A compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies.",
|
|
"homepage": "https://github.com/nholthaus/units",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|