Files
2026-06-16 19:06:48 +05:30

29 lines
853 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "pdf-engine",
"version": "0.1.0",
"description": [
"Cross-platform PDF rendering and editing SDK core.",
"'builtin-baseline' pins the entire dependency registry to one vcpkg commit",
"(Rule: pin versions on Day 1, never track rolling HEAD). It was added by",
"'vcpkg x-update-baseline --add-initial-baseline' via scripts/bootstrap; the",
"root CMakeLists.txt refuses to configure if it is ever removed."
],
"dependencies": [
"freetype",
"harfbuzz",
"spdlog",
"nlohmann-json",
"qpdf",
{
"name": "gtest",
"platform": "!emscripten"
},
{
"name": "pybind11",
"platform": "!emscripten"
}
],
"builtin-baseline": "495848814af4cc2760e70f7440c2dbe66d3ff196"
}