mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:49:01 +08:00
d112d7cc06
* activated libraries generic_128 and ryu_printf * updated version for ryu * Fixed port version * updated port version info for ryu * removed generic_128 again, because it doesn't build under Windows * updated version info * - replaced CONTROL file with manifest file - corrected version string and port version * updated versions with "vcpkg x-add-version ryu" * corrected formatting of ryu manifest file * ran vcpkg --x-add-version again
9 lines
283 B
JSON
9 lines
283 B
JSON
{
|
|
"name": "ryu",
|
|
"version-string": "2.0",
|
|
"port-version": 3,
|
|
"description": "Ryu generates the shortest decimal representation of a floating point number that maintains round-trip safety.",
|
|
"homepage": "https://github.com/ulfjack/ryu",
|
|
"supports": "!(uwp | arm | x86)"
|
|
}
|