mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-25 11:46:06 +02:00
fix(deps): use no default features on tauri (#1402)
* Use no default feature on tauri * Add change file * typo * Revert lock file conflict * Use wry on iOS
This commit is contained in:
@@ -31,3 +31,6 @@ regex = "1"
|
||||
open = { version = "5", features = [ "shellexecute-on-windows" ] }
|
||||
encoding_rs = "0.8"
|
||||
os_pipe = "1"
|
||||
|
||||
[target.'cfg(target_os = "ios")'.dependencies]
|
||||
tauri = { workspace = true, features = ["wry"] }
|
||||
|
||||
Reference in New Issue
Block a user