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

22 lines
390 B
JSON

{
"name": "imgui-sfml",
"version": "3.0",
"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
}
]
}