vcpkg/ports/double-conversion/vcpkg.json
Alexander Neumann 1a2b03edee
[double-conversion] Update to 3.2.1 (#28242)
* [double-conversion] update to 3.2.1

* v db

* adjust itk patch

* v db

* check correct variable

* Fix typo

* v db
2022-12-12 15:36:03 -08:00

17 lines
372 B
JSON

{
"name": "double-conversion",
"version": "3.2.1",
"description": "Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.",
"homepage": "https://github.com/google/double-conversion",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}