vcpkg/ports/imgui-sfml/vcpkg.json
JonLiu1993 024922992e
[imgui-sfml] update to v2.4 (#21460)
* [imgui-sfml] update to v2.4

* update version
2021-11-17 12:30:39 -08:00

20 lines
349 B
JSON

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