mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 16:29:00 +08:00
3ee6678f87
* [imgui-sfml] Restore linking keyword * Merge patches * Move config to lower-case dir * Add find_dependency * Update versions * Trim patch
22 lines
390 B
JSON
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
|
|
}
|
|
]
|
|
}
|