update to latest swift-rs (#536)

* update to latest swift-rs

* remove redundant configs
This commit is contained in:
Brendan Allan
2023-01-23 14:48:23 -08:00
committed by GitHub
parent f4e8043cd6
commit 320e6a834f
4 changed files with 5 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
"repositoryURL": "https://github.com/brendonovich/swift-rs",
"state": {
"branch": null,
"revision": "833e29ba333f1dfe303eaa21de78c4f8c5a3f2ff",
"revision": "c3003bc0c28a6742d3da341b61887d8e072fda0a",
"version": null
}
}

View File

@@ -18,7 +18,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/brendonovich/swift-rs", revision: "833e29ba333f1dfe303eaa21de78c4f8c5a3f2ff"),
.package(url: "https://github.com/brendonovich/swift-rs", revision: "c3003bc0c28a6742d3da341b61887d8e072fda0a"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

View File

@@ -17,8 +17,10 @@ use tauri::{
use tokio::task::block_in_place;
use tokio::time::sleep;
use tracing::{debug, error};
#[cfg(target_os = "macos")]
mod macos;
mod menu;
#[tauri::command(async)]

View File

@@ -18,7 +18,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/brendonovich/swift-rs", revision: "833e29ba333f1dfe303eaa21de78c4f8c5a3f2ff"),
.package(url: "https://github.com/brendonovich/swift-rs", revision: "c3003bc0c28a6742d3da341b61887d8e072fda0a"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.