vcpkg/ports/imgui-sfml/vcpkg.json
JonLiu1993 aa105d94e9
[imgui-sfml] update to v2.3 (#20926)
* [imgui-sfml] update to v2.3

* update version

* change patch format from CRLF to CF

* update version

* Finish suggested change

* update version
2021-10-26 23:43:45 -07:00

20 lines
349 B
JSON

{
"name": "imgui-sfml",
"version": "2.3",
"description": "ImGui binding for use with SFML",
"homepage": "https://github.com/eliasdaler/imgui-sfml",
"dependencies": [
"imgui",
"opengl",
"sfml",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}