vcpkg/ports/ryu/vcpkg.json
georg-emg 73edefd877
[ryu] ryuConfig.cmake now selects the correct libraries when cross compiling (#16858)
* 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

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-26 11:39:45 -07:00

9 lines
283 B
JSON

{
"name": "ryu",
"version-string": "2.0",
"port-version": 4,
"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)"
}