chore(deps): update tauri

This commit is contained in:
Lucas Nogueira
2023-03-19 08:51:44 -03:00
parent 9330e05398
commit e53788240c
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
node_modules
/tauri-api
/.tauri
+2 -2
View File
@@ -1,4 +1,4 @@
// swift-tools-version:5.7
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
@@ -16,7 +16,7 @@ let package = Package(
targets: ["tauri-plugin-log"]),
],
dependencies: [
.package(name: "Tauri", path: "../tauri-api")
.package(name: "Tauri", path: "../.tauri/tauri-api")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.