vcpkg/ports/imgui-sfml/vcpkg.json
Kai Pastor 3ee6678f87
[imgui-sfml] Fix build and exported config (#32982)
* [imgui-sfml] Restore linking keyword

* Merge patches

* Move config to lower-case dir

* Add find_dependency

* Update versions

* Trim patch
2023-08-07 09:11:10 -07:00

22 lines
390 B
JSON

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