using @tauri-apps/plugin-http replace @tauri-apps/api/http

This commit is contained in:
lloydzhou 2024-09-25 19:49:57 +08:00
parent 4c9fe56f33
commit 9bd1635064

View File

@ -36,7 +36,7 @@ panic = "abort" # Strip expensive panic clean-up logic
codegen-units = 1 # Compile crates one after another so the compiler can optimize better codegen-units = 1 # Compile crates one after another so the compiler can optimize better
lto = true # Enables link to optimizations lto = true # Enables link to optimizations
opt-level = "s" # Optimize for binary size opt-level = "s" # Optimize for binary size
# strip = true # Remove debug symbols strip = true # Remove debug symbols
[features] [features]
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled. # this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.