Skip to content

Commit

Permalink
fix build while using modrinth tauri fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Dec 18, 2024
1 parent c1b1e67 commit 02dd2a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 3 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 02dd2a3

Please sign in to comment.