zeek/auxil/vcpkg/ports/awlib/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

33 lines
648 B
JSON

{
"name": "awlib",
"version-date": "2024-04-06",
"port-version": 1,
"description": "Cross-platform utility library",
"homepage": "https://github.com/absurdworlds/awlib",
"license": "LGPL-3.0-or-later",
"supports": "!uwp & !android",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"graphics": {
"description": "Build graphics library",
"supports": "!uwp",
"dependencies": [
"glfw3",
"libpng"
]
},
"hudf": {
"description": "Build HuDF support"
}
}
}