vcpkg/ports/imgui-sfml/vcpkg.json
Lily Wang 9fdd48c17d
[imgui-sfml] Update to 2.6 (#34045)
* [imgui-sfml] Update to 2.6

* update version
2023-09-28 23:11:48 -07:00

21 lines
369 B
JSON

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