Skip to content

Commit

Permalink
Remove openssl dependency outside macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
inkfarer committed Apr 7, 2024
1 parent e15836d commit f6c6aaa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ tauri-plugin-store = "2.0.0-beta.4"
[target.'cfg(macos)'.dependencies]
openssl = { version = "0.10", features = ["vendored"] }

[target.'cfg(not(macos))'.dependencies]
openssl = { version = "0.10" }

[dependencies.tauri]
version = "2.0.0-beta"
features = [ "macos-private-api"]
Expand Down

0 comments on commit f6c6aaa

Please sign in to comment.