feat(os): add plugin (#346)

Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
This commit is contained in:
Lucas Fernandes Nogueira
2023-05-08 13:39:54 -03:00
committed by GitHub
co-authored by Fabian-Lars
parent bcb42b7343
commit 61e7d6ede5
19 changed files with 809 additions and 154 deletions
+1
View File
@@ -24,6 +24,7 @@ tauri-plugin-clipboard = { path = "../../../plugins/clipboard" }
tauri-plugin-dialog = { path = "../../../plugins/dialog" }
tauri-plugin-http = { path = "../../../plugins/http", features = [ "http-multipart" ] }
tauri-plugin-notification = { path = "../../../plugins/notification", features = [ "windows7-compat" ] }
tauri-plugin-os = { path = "../../../plugins/os" }
tauri-plugin-shell = { path = "../../../plugins/shell" }
[patch.crates-io]