diff options
Diffstat (limited to 'ports/imgui-sfml')
| -rw-r--r-- | ports/imgui-sfml/CONTROL | 5 | ||||
| -rw-r--r-- | ports/imgui-sfml/vcpkg.json | 12 |
2 files changed, 12 insertions, 5 deletions
diff --git a/ports/imgui-sfml/CONTROL b/ports/imgui-sfml/CONTROL deleted file mode 100644 index a792691ad..000000000 --- a/ports/imgui-sfml/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: imgui-sfml -Version: 2.1-2 -Homepage: https://github.com/eliasdaler/imgui-sfml -Description: ImGui binding for use with SFML -Build-Depends: sfml, imgui, opengl diff --git a/ports/imgui-sfml/vcpkg.json b/ports/imgui-sfml/vcpkg.json new file mode 100644 index 000000000..e12799de8 --- /dev/null +++ b/ports/imgui-sfml/vcpkg.json @@ -0,0 +1,12 @@ +{ + "name": "imgui-sfml", + "version-string": "2.1", + "port-version": 3, + "description": "ImGui binding for use with SFML", + "homepage": "https://github.com/eliasdaler/imgui-sfml", + "dependencies": [ + "imgui", + "opengl", + "sfml" + ] +} |
