Skip to content

Commit ce78f57

Browse files
committed
GH-35460: Add simdjson in vcpkg
1 parent a02cc13 commit ce78f57

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

ci/vcpkg/vcpkg.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,12 @@
5757
"json": {
5858
"description": "JSON support",
5959
"dependencies": [
60-
"rapidjson",
60+
"rapidjson"
61+
]
62+
},
63+
"simdjson": {
64+
"description": "Optimized SIMD JSON parsing support",
65+
"dependencies": [
6166
"simdjson"
6267
]
6368
},

0 commit comments

Comments
 (0)