vcpkg/ports/ryu/vcpkg.json
sbrajchuk d46c6ba36f
[ryu] Fix toolchain selection on *nixes. Fix macOS build. Add support for Mingw-w64 on Windows (#31037)
* [ryu] Fix toolchain selection on *nixes. Fix macOS build. Add support for Mingw-w64 on Windows

* Refactor code

* Fix build type handling
2023-05-01 15:06:11 -07:00

18 lines
400 B
JSON

{
"name": "ryu",
"version": "2.0",
"port-version": 9,
"description": "Ryu generates the shortest decimal representation of a floating point number that maintains round-trip safety.",
"homepage": "https://github.com/ulfjack/ryu",
"dependencies": [
{
"name": "vcpkg-cmake-get-vars",
"host": true
},
{
"name": "vcpkg-tool-bazel",
"host": true
}
]
}