fix build while using modrinth tauri fork

This commit is contained in:
Jai A
2024-12-18 11:45:43 -07:00
parent c1b1e67a2c
commit 02dd2a3980
2 changed files with 7 additions and 8 deletions

View File

@@ -20,5 +20,7 @@ strip = true # Remove debug symbols
[profile.dev.package.sqlx-macros]
opt-level = 3
# [patch.crates-io]
# tauri = { git = "https://github.com/modrinth/tauri", rev = "67911d5" }
[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" }