🔧 Update recent upgrade dependencies

This commit is contained in:
Tw93
2024-04-28 15:09:03 +08:00
parent ee146583fd
commit f0dd193a5e
3 changed files with 170 additions and 157 deletions

View File

@@ -30,6 +30,6 @@ cli-build = []
# by default Tauri runs in production mode
# when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL
default = ["custom-protocol"]
# this feature is used used for production builds where `devPath` points to the filesystem
# this feature is used for production builds where `devPath` points to the filesystem
# DO NOT remove this
custom-protocol = ["tauri/custom-protocol"]