vcpkg/ports/ryml/vcpkg.json
Michael Goulding f565807b1b
[ryml] [c4core] Update RapidYaml (ryml) to newer version (#18230)
* remove old port version

* fix versions yet again

Co-authored-by: Michael Goulding <Michael.Goulding@microsoft.com>
2021-06-15 11:46:16 -07:00

14 lines
277 B
JSON

{
"name": "ryml",
"version-date": "2021-05-27",
"description": "Rapid YAML library",
"homepage": "https://github.com/biojppm/rapidyaml",
"supports": "!(arm | arm64 | osx)",
"dependencies": [
{
"name": "c4core",
"default-features": false
}
]
}