From 3b1b691c467ad437af3f9ff9666811ff2897dc70 Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Tue, 7 May 2024 01:57:47 +0300 Subject: [PATCH] fix: linux only webkit2gtk --- desktop/src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]