vcpkg/ports/ryml/vcpkg.json
Richard Yu d90f71a4dd
[c4core, ryml] Add windows arm/arm64 support (#18316)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-07-16 00:50:22 -07:00

14 lines
261 B
JSON

{
"name": "ryml",
"version-date": "2021-06-29",
"description": "Rapid YAML library",
"homepage": "https://github.com/biojppm/rapidyaml",
"supports": "!osx",
"dependencies": [
{
"name": "c4core",
"default-features": false
}
]
}