aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/duilib/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/duilib/vcpkg.json
move to own git serverHEADmaster
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
+ }
+ ]
+}