chore: update deps

This commit is contained in:
huzibaca
2025-01-12 23:10:15 +08:00
parent a56732e0a3
commit 80a18c9172
4 changed files with 32 additions and 32 deletions

View File

@@ -127,6 +127,7 @@ pub fn run() {
builder = builder.plugin(devtools);
}
#[allow(deprecated)]
let app = builder
.build(tauri::generate_context!())
.expect("error while running tauri application");