Fix crash on windows (#3041)

This commit is contained in:
Geometrically
2024-12-18 23:53:00 -07:00
committed by GitHub
parent 76b1d1df8c
commit c082148ecd
2 changed files with 8 additions and 8 deletions

View File

@@ -21,6 +21,4 @@ strip = true # Remove debug symbols
opt-level = 3
[patch.crates-io]
tauri-runtime = { git = "https://github.com/modrinth/tauri", rev ="70a252b" }
tauri-runtime-wry = { git = "https://github.com/modrinth/tauri", rev ="70a252b" }
tauri-utils = { git = "https://github.com/modrinth/tauri", rev ="70a252b" }
wry = { git = "https://github.com/modrinth/wry", rev ="e88d4a1" }