20 lines
694 B
JSON
20 lines
694 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",
|
|
"gtest"
|
|
],
|
|
"builtin-baseline": "495848814af4cc2760e70f7440c2dbe66d3ff196"
|
|
}
|