yuzu/externals/vcpkg/ports/yyjson/vcpkg.json

38 lines
789 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"name": "yyjson",
"version": "0.5.0",
"description": "A high performance JSON library written in ANSI C",
"homepage": "https://github.com/ibireme/yyjson",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"fast-fp-conv",
"non-standard",
"reader",
"writer"
],
"features": {
"fast-fp-conv": {
"description": "Build with custom floating-point number conversion"
},
"non-standard": {
"description": "Build with support for non-standard JSON"
},
"reader": {
"description": "Build with JSON reader"
},
"writer": {
"description": "Build with JSON writer"
}
}
}