chore: update rust dependence and remove unused dependence, minimized feature requred

This commit is contained in:
Tunglies
2025-03-27 01:04:43 +08:00
parent ff4101fa47
commit 006bcffe8c
4 changed files with 137 additions and 383 deletions

View File

@@ -15,7 +15,7 @@ use serde_yaml::Mapping;
use std::net::TcpListener;
use tauri::{App, Manager};
use url::Url;
use tauri::Url;
//#[cfg(not(target_os = "linux"))]
// use window_shadows::set_shadow;
use tauri_plugin_notification::NotificationExt;