aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/awlib/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/awlib/vcpkg.json')
-rw-r--r--vcpkg/ports/awlib/vcpkg.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/vcpkg/ports/awlib/vcpkg.json b/vcpkg/ports/awlib/vcpkg.json
new file mode 100644
index 0000000..ab6afb6
--- /dev/null
+++ b/vcpkg/ports/awlib/vcpkg.json
@@ -0,0 +1,39 @@
+{
+ "name": "awlib",
+ "version-date": "2024-04-06",
+ "port-version": 2,
+ "description": "Cross-platform utility library",
+ "homepage": "https://github.com/absurdworlds/awlib",
+ "license": "LGPL-3.0-or-later",
+ "supports": "!uwp & !android",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "graphics": {
+ "description": "Build graphics library",
+ "supports": "!uwp",
+ "dependencies": [
+ {
+ "name": "awlib",
+ "default-features": false,
+ "features": [
+ "hudf"
+ ]
+ },
+ "glfw3",
+ "libpng"
+ ]
+ },
+ "hudf": {
+ "description": "Build HuDF support"
+ }
+ }
+}