update example

This commit is contained in:
Lucas Nogueira
2023-04-04 15:42:31 -03:00
parent adda363798
commit b2ae7204b0
7 changed files with 16 additions and 105 deletions
+11 -66
View File
@@ -45,7 +45,7 @@ dependencies = [
"serde",
"serde_json",
"tauri",
"tauri-build 2.0.0-alpha.1",
"tauri-build",
"tauri-plugin-camera",
]
@@ -2905,16 +2905,6 @@ dependencies = [
"syn",
]
[[package]]
name = "swift-rs"
version = "0.3.0"
source = "git+https://github.com/Brendonovich/swift-rs?rev=eb6de914ad57501da5019154d476d45660559999#eb6de914ad57501da5019154d476d45660559999"
dependencies = [
"base64 0.13.1",
"serde",
"serde_json",
]
[[package]]
name = "swift-rs"
version = "1.0.3"
@@ -3061,13 +3051,13 @@ dependencies = [
"serialize-to-javascript",
"shared_child",
"state",
"swift-rs 1.0.3",
"swift-rs",
"tar",
"tauri-build 2.0.0-alpha.3",
"tauri-build",
"tauri-macros",
"tauri-runtime",
"tauri-runtime-wry",
"tauri-utils 2.0.0-alpha.3",
"tauri-utils",
"tempfile",
"thiserror",
"tokio",
@@ -3078,25 +3068,6 @@ dependencies = [
"windows 0.44.0",
]
[[package]]
name = "tauri-build"
version = "2.0.0-alpha.1"
source = "git+https://github.com/tauri-apps/tauri?branch=next#037d488dee091730c8c01d9d09affcaa2386a463"
dependencies = [
"anyhow",
"cargo_toml",
"filetime",
"heck 0.4.1",
"json-patch",
"semver 1.0.16",
"serde",
"serde_json",
"swift-rs 0.3.0",
"tauri-utils 2.0.0-alpha.1",
"tauri-winres",
"walkdir",
]
[[package]]
name = "tauri-build"
version = "2.0.0-alpha.3"
@@ -3111,8 +3082,8 @@ dependencies = [
"semver 1.0.16",
"serde",
"serde_json",
"swift-rs 1.0.3",
"tauri-utils 2.0.0-alpha.3",
"swift-rs",
"tauri-utils",
"tauri-winres",
"walkdir",
]
@@ -3136,7 +3107,7 @@ dependencies = [
"serde",
"serde_json",
"sha2",
"tauri-utils 2.0.0-alpha.3",
"tauri-utils",
"thiserror",
"time",
"url",
@@ -3155,7 +3126,7 @@ dependencies = [
"quote",
"syn",
"tauri-codegen",
"tauri-utils 2.0.0-alpha.3",
"tauri-utils",
]
[[package]]
@@ -3165,7 +3136,7 @@ dependencies = [
"serde",
"serde_json",
"tauri",
"tauri-build 2.0.0-alpha.3",
"tauri-build",
"thiserror",
]
@@ -3183,7 +3154,7 @@ dependencies = [
"raw-window-handle",
"serde",
"serde_json",
"tauri-utils 2.0.0-alpha.3",
"tauri-utils",
"thiserror",
"url",
"uuid",
@@ -3204,7 +3175,7 @@ dependencies = [
"rand 0.8.5",
"raw-window-handle",
"tauri-runtime",
"tauri-utils 2.0.0-alpha.3",
"tauri-utils",
"uuid",
"webkit2gtk",
"webview2-com",
@@ -3212,32 +3183,6 @@ dependencies = [
"wry",
]
[[package]]
name = "tauri-utils"
version = "2.0.0-alpha.1"
source = "git+https://github.com/tauri-apps/tauri?branch=next#037d488dee091730c8c01d9d09affcaa2386a463"
dependencies = [
"ctor",
"glob",
"heck 0.4.1",
"html5ever",
"infer",
"json-patch",
"kuchiki",
"memchr",
"phf 0.10.1",
"proc-macro2",
"quote",
"semver 1.0.16",
"serde",
"serde_json",
"serde_with",
"thiserror",
"url",
"walkdir",
"windows 0.44.0",
]
[[package]]
name = "tauri-utils"
version = "2.0.0-alpha.3"