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

19 lines
348 B
JSON

{
"name": "sfgui",
"version": "1.0.0",
"description": "Simple and Fast Graphical User Interface Library",
"homepage": "https://github.com/TankOs/SFGUI",
"license": "Zlib",
"dependencies": [
"sfml",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}