mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 01:31:48 +08:00
16cb5ff369
* ryuConfig.cmake now checks the target rather than the host system to decide whether to install ryu.lib or linryu.a * executed vcpkg x-add-version ryu * Update ports/ryu/ryuConfig.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * executed vcpkg x-add-version ryu * fixed a syntax error in ports/ryu/ryuConfig.cmake * vcpkg x-add-version ryu Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
9 lines
283 B
JSON
9 lines
283 B
JSON
{
|
|
"name": "ryu",
|
|
"version-string": "2.0",
|
|
"port-version": 5,
|
|
"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)"
|
|
}
|