Merge branch 'next' into feat/camera

This commit is contained in:
Lucas Nogueira
2023-04-04 15:04:21 -03:00
5 changed files with 29 additions and 22 deletions
+2 -1
View File
@@ -1 +1,2 @@
node_modules
node_modules
/.tauri
-1
View File
@@ -8,4 +8,3 @@ DerivedData/
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
Package.resolved
/tauri-api
+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.