Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 972a698835 |
2 changed files with 17 additions and 17 deletions
114
apps/tauri/src-tauri/Cargo.lock
generated
114
apps/tauri/src-tauri/Cargo.lock
generated
|
|
@ -4911,26 +4911,6 @@ dependencies = [
|
||||||
"windows",
|
"windows",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "tauri-build"
|
|
||||||
version = "2.6.3"
|
|
||||||
source = "git+https://github.com/tauri-apps/tauri?rev=2087bcae25cf0fca2f944777cdadfef773639f19#2087bcae25cf0fca2f944777cdadfef773639f19"
|
|
||||||
dependencies = [
|
|
||||||
"anyhow",
|
|
||||||
"cargo_toml",
|
|
||||||
"dirs",
|
|
||||||
"glob",
|
|
||||||
"heck 0.5.0",
|
|
||||||
"json-patch 4.2.0",
|
|
||||||
"schemars 0.8.22",
|
|
||||||
"semver",
|
|
||||||
"serde",
|
|
||||||
"serde_json",
|
|
||||||
"tauri-utils 2.9.3 (git+https://github.com/tauri-apps/tauri?rev=2087bcae25cf0fca2f944777cdadfef773639f19)",
|
|
||||||
"tauri-winres",
|
|
||||||
"walkdir",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tauri-build"
|
name = "tauri-build"
|
||||||
version = "2.6.3"
|
version = "2.6.3"
|
||||||
|
|
@ -4951,6 +4931,26 @@ dependencies = [
|
||||||
"walkdir",
|
"walkdir",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "tauri-build"
|
||||||
|
version = "2.6.3"
|
||||||
|
source = "git+https://github.com/tauri-apps/tauri?rev=f4feb2ba71ae018f0fc200453ae9cf12a6b0c05f#f4feb2ba71ae018f0fc200453ae9cf12a6b0c05f"
|
||||||
|
dependencies = [
|
||||||
|
"anyhow",
|
||||||
|
"cargo_toml",
|
||||||
|
"dirs",
|
||||||
|
"glob",
|
||||||
|
"heck 0.5.0",
|
||||||
|
"json-patch 4.2.0",
|
||||||
|
"schemars 0.8.22",
|
||||||
|
"semver",
|
||||||
|
"serde",
|
||||||
|
"serde_json",
|
||||||
|
"tauri-utils 2.9.3 (git+https://github.com/tauri-apps/tauri?rev=f4feb2ba71ae018f0fc200453ae9cf12a6b0c05f)",
|
||||||
|
"tauri-winres",
|
||||||
|
"walkdir",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tauri-codegen"
|
name = "tauri-codegen"
|
||||||
version = "2.6.3"
|
version = "2.6.3"
|
||||||
|
|
@ -5172,42 +5172,6 @@ dependencies = [
|
||||||
"uuid",
|
"uuid",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "tauri-utils"
|
|
||||||
version = "2.9.3"
|
|
||||||
source = "git+https://github.com/tauri-apps/tauri?rev=2087bcae25cf0fca2f944777cdadfef773639f19#2087bcae25cf0fca2f944777cdadfef773639f19"
|
|
||||||
dependencies = [
|
|
||||||
"anyhow",
|
|
||||||
"cargo_metadata",
|
|
||||||
"ctor 1.0.12",
|
|
||||||
"dom_query 0.28.0",
|
|
||||||
"dunce",
|
|
||||||
"glob",
|
|
||||||
"http",
|
|
||||||
"infer 0.22.0",
|
|
||||||
"json-patch 4.2.0",
|
|
||||||
"log",
|
|
||||||
"memchr",
|
|
||||||
"phf",
|
|
||||||
"plist",
|
|
||||||
"proc-macro2",
|
|
||||||
"quote",
|
|
||||||
"regex",
|
|
||||||
"schemars 0.8.22",
|
|
||||||
"semver",
|
|
||||||
"serde",
|
|
||||||
"serde-untagged",
|
|
||||||
"serde_json",
|
|
||||||
"serde_with",
|
|
||||||
"swift-rs",
|
|
||||||
"thiserror 2.0.19",
|
|
||||||
"toml 1.1.4+spec-1.1.0",
|
|
||||||
"url",
|
|
||||||
"urlpattern 0.6.0",
|
|
||||||
"uuid",
|
|
||||||
"walkdir",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tauri-utils"
|
name = "tauri-utils"
|
||||||
version = "2.9.3"
|
version = "2.9.3"
|
||||||
|
|
@ -5245,6 +5209,42 @@ dependencies = [
|
||||||
"walkdir",
|
"walkdir",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "tauri-utils"
|
||||||
|
version = "2.9.3"
|
||||||
|
source = "git+https://github.com/tauri-apps/tauri?rev=f4feb2ba71ae018f0fc200453ae9cf12a6b0c05f#f4feb2ba71ae018f0fc200453ae9cf12a6b0c05f"
|
||||||
|
dependencies = [
|
||||||
|
"anyhow",
|
||||||
|
"cargo_metadata",
|
||||||
|
"ctor 1.0.12",
|
||||||
|
"dom_query 0.28.0",
|
||||||
|
"dunce",
|
||||||
|
"glob",
|
||||||
|
"http",
|
||||||
|
"infer 0.22.0",
|
||||||
|
"json-patch 4.2.0",
|
||||||
|
"log",
|
||||||
|
"memchr",
|
||||||
|
"phf",
|
||||||
|
"plist",
|
||||||
|
"proc-macro2",
|
||||||
|
"quote",
|
||||||
|
"regex",
|
||||||
|
"schemars 0.8.22",
|
||||||
|
"semver",
|
||||||
|
"serde",
|
||||||
|
"serde-untagged",
|
||||||
|
"serde_json",
|
||||||
|
"serde_with",
|
||||||
|
"swift-rs",
|
||||||
|
"thiserror 2.0.19",
|
||||||
|
"toml 1.1.4+spec-1.1.0",
|
||||||
|
"url",
|
||||||
|
"urlpattern 0.6.0",
|
||||||
|
"uuid",
|
||||||
|
"walkdir",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tauri-winres"
|
name = "tauri-winres"
|
||||||
version = "0.3.6"
|
version = "0.3.6"
|
||||||
|
|
@ -5300,7 +5300,7 @@ dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"tauri",
|
"tauri",
|
||||||
"tauri-build 2.6.3 (git+https://github.com/tauri-apps/tauri?rev=2087bcae25cf0fca2f944777cdadfef773639f19)",
|
"tauri-build 2.6.3 (git+https://github.com/tauri-apps/tauri?rev=f4feb2ba71ae018f0fc200453ae9cf12a6b0c05f)",
|
||||||
"tauri-plugin-deep-link",
|
"tauri-plugin-deep-link",
|
||||||
"tauri-plugin-log",
|
"tauri-plugin-log",
|
||||||
"tauri-plugin-notification",
|
"tauri-plugin-notification",
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ name = "mobile_lib"
|
||||||
crate-type = ["staticlib", "cdylib", "rlib"]
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
tauri-build = { git = "https://github.com/tauri-apps/tauri", rev = "2087bcae25cf0fca2f944777cdadfef773639f19", features = [] }
|
tauri-build = { git = "https://github.com/tauri-apps/tauri", rev = "f4feb2ba71ae018f0fc200453ae9cf12a6b0c05f", features = [] }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tauri-plugin-opener = "2"
|
tauri-plugin-opener = "2"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue