forked from webui-dev/webui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg.json
More file actions
30 lines (30 loc) · 685 Bytes
/
vcpkg.json
File metadata and controls
30 lines (30 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "webui",
"version": "2.5.0-beta.4",
"description": "Use any web browser or WebView as GUI, with your preferred language in the backend and modern web technologies in the frontend, all in a lightweight portable library.",
"license": "MIT",
"homepage": "https://webui.me",
"dependencies": [
{
"name": "webview2",
"platform": "windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tls": {
"description": "Enable TLS support",
"dependencies": [{
"name": "openssl",
"version>=": "3.0.0"
}]
}
}
}