mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
🎨 依赖结构调整
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
name = "TeyvatGuide"
|
name = "TeyvatGuide"
|
||||||
version = "0.3.3"
|
version = "0.3.3"
|
||||||
description = "A Genshin Tool build with Tauri"
|
description = "A Genshin Tool build with Tauri"
|
||||||
authors = ["BTMuli<bt-muli@outlook.com>"]
|
authors = ["BTMuli <bt-muli@outlook.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/BTMuli/TeyvatGuide"
|
repository = "https://github.com/BTMuli/TeyvatGuide"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
@@ -16,13 +16,17 @@ tauri-build = { version = "1.4", features = [] }
|
|||||||
tauri = { version = "1.4", features = ["api-all"] }
|
tauri = { version = "1.4", features = ["api-all"] }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
tauri-plugin-deep-link="0.1.2"
|
|
||||||
|
|
||||||
|
# sqlite 插件
|
||||||
[dependencies.tauri-plugin-sql]
|
[dependencies.tauri-plugin-sql]
|
||||||
git = "https://github.com/tauri-apps/plugins-workspace"
|
git = "https://github.com/tauri-apps/plugins-workspace"
|
||||||
branch = "v1"
|
branch = "v1"
|
||||||
features = ["sqlite"]
|
features = ["sqlite"]
|
||||||
|
|
||||||
|
# deep link 插件
|
||||||
|
[dependencies.tauri-plugin-deep-link]
|
||||||
|
version = "0.1.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# this feature is used for production builds or when `devPath` points to the filesystem
|
# this feature is used for production builds or when `devPath` points to the filesystem
|
||||||
# DO NOT REMOVE!!
|
# DO NOT REMOVE!!
|
||||||
|
|||||||
Reference in New Issue
Block a user