Revert "refactor(app): reduce tech debt by eliminating wry fork (#4500)"

This reverts commit dbc64afe
This commit is contained in:
Prospector
2025-10-14 19:55:54 -07:00
parent 8972c9a198
commit 2535156dac
4 changed files with 16 additions and 30 deletions

View File

@@ -240,6 +240,9 @@ wildcard_dependencies = "warn"
[profile.dev.package.sqlx-macros]
opt-level = 3
[patch.crates-io]
wry = { git = "https://github.com/modrinth/wry", rev = "f2ce0b0" }
# Optimize for speed and reduce size on release builds
[profile.release]
opt-level = "s" # Optimize for binary size