diff options
author | Liam <[email protected]> | 2023-10-04 13:11:05 -0400 |
---|---|---|
committer | Liam <[email protected]> | 2023-10-08 11:35:53 -0400 |
commit | d3997bad9b84579938d8cdb44b1d17cfab7bbcce (patch) | |
tree | 4a9128e8ba93d3963ce37b65efd2a940776cae3c /vcpkg.json | |
parent | 7a0da729b45ae2794e84af6808c50cb714d17fc5 (diff) | |
download | yuzu-android-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.tar.gz yuzu-android-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.zip |
qt: implement automatic crash dump support
Diffstat (limited to 'vcpkg.json')
-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": [ |