We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2327966 commit 96b3511Copy full SHA for 96b3511
1 file changed
vcpkg.json
@@ -62,13 +62,26 @@
62
"libgit2",
63
"libarchive"
64
]
65
+ },
66
+ "web": {
67
+ "description": "Web Server Support",
68
+ "dependencies": [
69
+ "cpp-httplib"
70
+ ]
71
72
+ "backtrace": {
73
+ "description": "Backtrace Support",
74
75
+ "cpptrace"
76
77
}
78
},
79
"default-features": [
80
"image",
81
"database",
82
"luamodules",
83
"testing",
- "builder"
84
+ "builder",
85
+ "backtrace"
86
87
0 commit comments