mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-27 11:56:05 +02:00
feat: add init scripts (#361)
This commit is contained in:
committed by
GitHub
parent
d87b569643
commit
7ae7167fbe
@@ -27,7 +27,7 @@ tauri-plugin-notification = { path = "../../../plugins/notification", features =
|
||||
tauri-plugin-os = { path = "../../../plugins/os" }
|
||||
tauri-plugin-process = { path = "../../../plugins/process" }
|
||||
tauri-plugin-shell = { path = "../../../plugins/shell" }
|
||||
tauri-plugin-window = { path = "../../../plugins/window" }
|
||||
tauri-plugin-window = { path = "../../../plugins/window", features = ["devtools", "icon-ico", "icon-png"] }
|
||||
|
||||
[dependencies.tauri]
|
||||
workspace = true
|
||||
|
||||
Reference in New Issue
Block a user