early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

37
externals/vcpkg/ports/yyjson/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,37 @@
{
"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"
}
}
}