aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sfgui/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/sfgui/vcpkg.json')
-rw-r--r--vcpkg/ports/sfgui/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/sfgui/vcpkg.json b/vcpkg/ports/sfgui/vcpkg.json
new file mode 100644
index 0000000..2698ee3
--- /dev/null
+++ b/vcpkg/ports/sfgui/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "sfgui",
+ "version": "1.0.0",
+ "description": "Simple and Fast Graphical User Interface Library",
+ "homepage": "https://github.com/TankOs/SFGUI",
+ "license": "Zlib",
+ "dependencies": [
+ "sfml",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}