Skip to content

Commit

Permalink
Change to local tao lib
Browse files Browse the repository at this point in the history
  • Loading branch information
skurdindev committed Jul 23, 2024
1 parent 76a9f82 commit 7b8dc66
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 5 deletions.
58 changes: 56 additions & 2 deletions src-tauri/Cargo.lock

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

6 changes: 3 additions & 3 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ regex = "1.9.3"

lang_detect = { path = "libs/lang_detect" }
auto-launch = { path = "libs/auto-launch" }
# tao = { path = "libs/tao-0.16.7" }
tao = { path = "libs/tao-0.16.7" }
mid = { path = "libs/mid-hardware-id" }

linkify = "0.10.0"
Expand All @@ -99,8 +99,8 @@ default = ["custom-protocol"]
system-tray = ["tauri/system-tray"]
custom-protocol = ["tauri/custom-protocol"]

# [patch.crates-io]
# tao = { path = "libs/tao-0.16.7" }
[patch.crates-io]
tao = { path = "libs/tao-0.16.7" }

[profile.release]
# panic = "abort" # Strip expensive panic clean-up logic
Expand Down

0 comments on commit 7b8dc66

Please sign in to comment.