summaryrefslogtreecommitdiffstats
path: root/vcpkg.json
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-02-28 17:39:32 +0100
committerGitHub <noreply@github.com>2023-02-28 17:39:32 +0100
commitb44527a25908e54b26ce2a4e9fcdf45f36e64993 (patch)
tree266b2fdff13b1b1e0dfb3faf1cb695ad0240194b /vcpkg.json
parentMerge pull request #9844 from abouvier/jwt-fix (diff)
parentexternals: use openssl from vcpkg (diff)
downloadyuzu-b44527a25908e54b26ce2a4e9fcdf45f36e64993.tar
yuzu-b44527a25908e54b26ce2a4e9fcdf45f36e64993.tar.gz
yuzu-b44527a25908e54b26ce2a4e9fcdf45f36e64993.tar.bz2
yuzu-b44527a25908e54b26ce2a4e9fcdf45f36e64993.tar.lz
yuzu-b44527a25908e54b26ce2a4e9fcdf45f36e64993.tar.xz
yuzu-b44527a25908e54b26ce2a4e9fcdf45f36e64993.tar.zst
yuzu-b44527a25908e54b26ce2a4e9fcdf45f36e64993.zip
Diffstat (limited to 'vcpkg.json')
-rw-r--r--vcpkg.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/vcpkg.json b/vcpkg.json
index ef271f778..fbadca0e6 100644
--- a/vcpkg.json
+++ b/vcpkg.json
@@ -1,5 +1,5 @@
{
- "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
+ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "yuzu",
"builtin-baseline": "9b22b40c6c61bf0da2d46346dd44a11e90972cc9",
"version": "1.0",
@@ -35,6 +35,15 @@
"dbghelp": {
"description": "Compile Windows crash dump (Minidump) support",
"dependencies": [ "dbghelp" ]
+ },
+ "web-service": {
+ "description": "Enable web services (telemetry, etc.)",
+ "dependencies": [
+ {
+ "name": "openssl",
+ "platform": "windows"
+ }
+ ]
}
},
"overrides": [