mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:39:07 +08:00
d46c6ba36f
* [ryu] Fix toolchain selection on *nixes. Fix macOS build. Add support for Mingw-w64 on Windows * Refactor code * Fix build type handling
18 lines
400 B
JSON
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
|
|
}
|
|
]
|
|
}
|