mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:28:59 +08:00
aa105d94e9
* [imgui-sfml] update to v2.3 * update version * change patch format from CRLF to CF * update version * Finish suggested change * update version
20 lines
349 B
JSON
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
|
|
}
|
|
]
|
|
}
|