mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
320059c010
* [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
22 lines
390 B
JSON
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
|
|
}
|
|
]
|
|
}
|