Skip to content

Commit

Permalink
removed unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vMohammad24 committed Jan 16, 2025
1 parent 9accd96 commit d9be55d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 279 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tauri-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: "App v__VERSION__"
releaseName: "NaviThingy v__VERSION__"
releaseBody: "See the assets to download this version and install."
releaseDraft: true
releaseDraft: false
prerelease: false
args: ${{ matrix.args }}
276 changes: 0 additions & 276 deletions src-tauri/Cargo.lock

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

1 change: 0 additions & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ tauri = { version = "2", features = [] }
tauri-plugin-opener = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
symphonia = { version = "0.5.4", features = ["all", "opt-simd"] }


[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
Expand Down

0 comments on commit d9be55d

Please sign in to comment.