vcpkg/ports/units/vcpkg.json
chausner 736c417009
[units] Update to 2.3.3 (#29116)
* Update units to 2.3.3

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-24 00:31:47 -08:00

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