diff --git a/desktop/src-tauri/Cargo.toml b/desktop/src-tauri/Cargo.toml index 14e84bc..64e972c 100644 --- a/desktop/src-tauri/Cargo.toml +++ b/desktop/src-tauri/Cargo.toml @@ -21,7 +21,7 @@ tauri-plugin-shell = "2.0.0-beta.4" serde_json = "1.0.116" -[target.'cfg(any(windows, target_os = "linux"))'.dependencies] +[target.'cfg(target_os = "linux")'.dependencies] webkit2gtk = "*" [target.'cfg(any(windows, target_os = "macos"))'.dependencies]