vcpkg/ports/imgui-sfml/vcpkg.json
Rémy Tassoux 320059c010
[imgui] Update to 1.88 (#25370)
* [imgui] Update to 1.88

* [imgui] Update version files

* [imgui-sfml] Build for C++11 to support imgui 1.88 changes

* [imgui-sfml] Update version files
2022-06-27 13:27:25 -07:00

22 lines
390 B
JSON

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