vcpkg/ports/imgui-sfml/vcpkg.json
2024-11-22 15:21:15 -08:00

22 lines
390 B
JSON

{
"name": "imgui-sfml",
"version": "2.6",
"port-version": 1,
"description": "ImGui binding for use with SFML",
"homepage": "https://github.com/eliasdaler/imgui-sfml",
"license": "MIT",
"dependencies": [
"imgui",
"opengl",
"sfml",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}