aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/duilib/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/duilib/vcpkg.json')
-rw-r--r--vcpkg/ports/duilib/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/duilib/vcpkg.json b/vcpkg/ports/duilib/vcpkg.json
new file mode 100644
index 0000000..f1a1f2a
--- /dev/null
+++ b/vcpkg/ports/duilib/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "duilib",
+ "version-date": "2024-12-23",
+ "port-version": 1,
+ "description": "Duilib is a free open source DirectUI interface library under Windows. It is widely accepted by major Internet companies due to its simple and easy to expand design and stable and efficient implementation. It is widely used in IM, video client, stock market software, navigation software, and mobile phone assistive software. Duilib is still evolving, and will continue to improve in many aspects such as documentation, examples, animations, and rendering engines.",
+ "homepage": "https://github.com/duilib/duilib",
+ "supports": "windows & !uwp",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}