aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/hikogui/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/hikogui/vcpkg.json')
-rw-r--r--vcpkg/ports/hikogui/vcpkg.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/vcpkg/ports/hikogui/vcpkg.json b/vcpkg/ports/hikogui/vcpkg.json
new file mode 100644
index 0000000..cff97ce
--- /dev/null
+++ b/vcpkg/ports/hikogui/vcpkg.json
@@ -0,0 +1,29 @@
+{
+ "name": "hikogui",
+ "version": "0.8.1",
+ "port-version": 2,
+ "maintainers": "@takev",
+ "description": "A portable, low latency, retained-mode GUI framework written in C++.",
+ "homepage": "https://github.com/hikogui/hikogui",
+ "license": "BSL-1.0",
+ "supports": "windows & x64",
+ "dependencies": [
+ {
+ "name": "glslang",
+ "features": [
+ "tools"
+ ]
+ },
+ "shaderc",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "vulkan",
+ "vulkan-memory-allocator"
+ ]
+}