diff options
| author | 2023-10-04 13:11:05 -0400 | |
|---|---|---|
| committer | 2023-10-08 11:35:53 -0400 | |
| commit | d3997bad9b84579938d8cdb44b1d17cfab7bbcce (patch) | |
| tree | 4a9128e8ba93d3963ce37b65efd2a940776cae3c /vcpkg.json | |
| parent | Merge pull request #11657 from liamwhite/new-codespell (diff) | |
| download | yuzu-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.tar.gz yuzu-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.tar.xz yuzu-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.zip | |
qt: implement automatic crash dump support
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 @@ | |||
| 33 | "description": "Compile tests", | 33 | "description": "Compile tests", |
| 34 | "dependencies": [ "catch2" ] | 34 | "dependencies": [ "catch2" ] |
| 35 | }, | 35 | }, |
| 36 | "dbghelp": { | ||
| 37 | "description": "Compile Windows crash dump (Minidump) support", | ||
| 38 | "dependencies": [ "dbghelp" ] | ||
| 39 | }, | ||
| 40 | "web-service": { | 36 | "web-service": { |
| 41 | "description": "Enable web services (telemetry, etc.)", | 37 | "description": "Enable web services (telemetry, etc.)", |
| 42 | "dependencies": [ | 38 | "dependencies": [ |