Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

28 lines
511 B
JSON

{
"name": "plutosvg",
"version": "0.0.6",
"port-version": 1,
"description": "Tiny SVG rendering library in C",
"homepage": "https://github.com/sammycage/plutosvg",
"license": "MIT",
"dependencies": [
"plutovg",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"freetype": {
"description": "Enable Freetype integration",
"dependencies": [
"freetype"
]
}
}
}