mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
2c26c9aff1
* [imgui] Update to 1.89 * [imgui] Update version files * [imgui] Update to 1.89.1 * [imgui] Update version files * [ogre] Fix build failure on imgui 1.89 * [ogre] Update version files * [imgui-sfml] Fix build failure on imgui 1.89 * [imgui-sfml] Update version files * [milerius-sfml-imgui] Fix build failure on imgui 1.89 * [milerius-sfml-imgui] Update version files * [imgui] Modernize port * [imgui] Update version files * bump port version * version * version... again Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
21 lines
383 B
JSON
21 lines
383 B
JSON
{
|
|
"name": "milerius-sfml-imgui",
|
|
"version": "1.1",
|
|
"port-version": 6,
|
|
"description": "imgui dll for sfml usage",
|
|
"homepage": "https://github.com/Milerius/imgui-sfml-shared",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"imgui",
|
|
"sfml",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|