Skip to content

Commit

Permalink
chore(tauri): remove dialog feature (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsPulse authored Sep 14, 2024
1 parent 8b6e964 commit ce97140
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 80 deletions.
79 changes: 0 additions & 79 deletions src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
tauri-build = { version = "1", features = [] }

[dependencies]
tauri = { version = "1", features = ["shell-open", "dialog"] }
tauri = { version = "1", features = ["shell-open"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.128"
rodio = { git = "https://github.com/pulsuite/rodio", branch = "configurable-buffer-size" }
Expand Down

0 comments on commit ce97140

Please sign in to comment.