mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:19:00 +08:00
9fdd48c17d
* [imgui-sfml] Update to 2.6 * update version
21 lines
369 B
JSON
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
|
|
}
|
|
]
|
|
}
|