diff options
author | Liam <byteslice@airmail.cc> | 2023-10-04 19:11:05 +0200 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2023-10-08 17:35:53 +0200 |
commit | d3997bad9b84579938d8cdb44b1d17cfab7bbcce (patch) | |
tree | 4a9128e8ba93d3963ce37b65efd2a940776cae3c /vcpkg.json | |
parent | Merge pull request #11657 from liamwhite/new-codespell (diff) | |
download | yuzu-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.tar yuzu-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.tar.gz yuzu-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.tar.bz2 yuzu-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.tar.lz yuzu-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.tar.xz yuzu-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.tar.zst yuzu-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.zip |
Diffstat (limited to '')
-rw-r--r-- | vcpkg.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcpkg.json b/vcpkg.json index 203fc9708..da4e9edb9 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -33,10 +33,6 @@ "description": "Compile tests", "dependencies": [ "catch2" ] }, - "dbghelp": { - "description": "Compile Windows crash dump (Minidump) support", - "dependencies": [ "dbghelp" ] - }, "web-service": { "description": "Enable web services (telemetry, etc.)", "dependencies": [ |