yuzu/externals/vcpkg/ports/imgui-sfml/vcpkg.json

21 lines
369 B
JSON
Executable File

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