-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "TeyvatGuide" | ||
version = "0.3.3" | ||
description = "A Genshin Tool build with Tauri" | ||
authors = ["BTMuli<[email protected]>"] | ||
authors = ["BTMuli <[email protected]>"] | ||
license = "MIT" | ||
repository = "https://github.com/BTMuli/TeyvatGuide" | ||
edition = "2021" | ||
|
@@ -16,13 +16,17 @@ tauri-build = { version = "1.4", features = [] } | |
tauri = { version = "1.4", features = ["api-all"] } | ||
serde = { version = "1.0", features = ["derive"] } | ||
serde_json = "1.0" | ||
tauri-plugin-deep-link="0.1.2" | ||
|
||
# sqlite 插件 | ||
[dependencies.tauri-plugin-sql] | ||
git = "https://github.com/tauri-apps/plugins-workspace" | ||
branch = "v1" | ||
features = ["sqlite"] | ||
|
||
# deep link 插件 | ||
[dependencies.tauri-plugin-deep-link] | ||
version = "0.1.2" | ||
|
||
[features] | ||
# this feature is used for production builds or when `devPath` points to the filesystem | ||
# DO NOT REMOVE!! | ||
|