diff options
Diffstat (limited to 'vcpkg/ports/imgui-sfml/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/imgui-sfml/vcpkg.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/imgui-sfml/vcpkg.json b/vcpkg/ports/imgui-sfml/vcpkg.json new file mode 100644 index 0000000..04dcb3c --- /dev/null +++ b/vcpkg/ports/imgui-sfml/vcpkg.json @@ -0,0 +1,21 @@ +{ + "name": "imgui-sfml", + "version": "3.0", + "port-version": 2, + "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 + } + ] +} |