28 lines
511 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|