🔧 tauri 2.0
This commit is contained in:
2021
src-tauri/Cargo.lock
generated
2021
src-tauri/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -16,18 +16,18 @@ crate-type = ["staticlib", "cdylib", "lib"]
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[build-dependencies]
|
||||
tauri-build = { version = "2.0.0-beta", features = [] }
|
||||
tauri-build = { version = "2.0.0-rc.0", features = [] }
|
||||
|
||||
[dependencies]
|
||||
serde_json = "1.0.116"
|
||||
serde = { version = "1.0.200", features = ["derive"] }
|
||||
tauri = { version = "2.0.0-beta.25", features = ["tray-icon", "image-ico", "image-png", "macos-proxy"] }
|
||||
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
|
||||
tauri-plugin-oauth = { git = "https://github.com/FabianLars/tauri-plugin-oauth", branch = "v2" }
|
||||
tauri-plugin-clipboard-manager = "2.1.0-beta.6"
|
||||
tauri-plugin-http = { version = "2.0.0-beta.12" }
|
||||
tauri = { version = "2.0.0-rc.0", features = ["tray-icon", "image-ico", "image-png", "macos-proxy"] }
|
||||
tauri-plugin-window-state = "2.0.0"
|
||||
tauri-plugin-oauth = "2"
|
||||
tauri-plugin-clipboard-manager = "2.0.0"
|
||||
tauri-plugin-http = "2.0.0"
|
||||
[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
|
||||
tauri-plugin-global-shortcut = { version = "2.0.0-beta.8" }
|
||||
tauri-plugin-global-shortcut = { version = "2.0.0" }
|
||||
|
||||
[dev-dependencies]
|
||||
cargo-bloat = "0.11.1"
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"identifier": "migrated",
|
||||
"description": "permissions that were migrated from v1",
|
||||
"local": true,
|
||||
"windows": [
|
||||
"pake"
|
||||
],
|
||||
"permissions": [
|
||||
"path:default",
|
||||
"event:default",
|
||||
"window:default",
|
||||
"app:default",
|
||||
"resources:default",
|
||||
"menu:default",
|
||||
"tray:default"
|
||||
]
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
{"migrated":{"identifier":"migrated","description":"permissions that were migrated from v1","local":true,"windows":["pake"],"permissions":["path:default","event:default","window:default","app:default","resources:default","menu:default","tray:default"]}}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -23,5 +23,7 @@
|
||||
"linux": true,
|
||||
"windows": true
|
||||
},
|
||||
"inject": []
|
||||
"system_tray_path": "icons/icon.png",
|
||||
"inject": [],
|
||||
"proxy_url": ""
|
||||
}
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
},
|
||||
"plugins": {},
|
||||
"productName": "WeRead",
|
||||
"identifier":"com.pake.weread",
|
||||
"version": "1.0.0",
|
||||
"app": {
|
||||
"security": {
|
||||
|
||||
Reference in New Issue
Block a user