diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 6af402c..ea89482 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2269,6 +2269,7 @@ dependencies = [ "tauri", "tauri-build", "tauri-plugin-shell", + "webkit2gtk", ] [[package]] diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index f2afa7e..5bb9bab 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -20,3 +20,5 @@ chrono = { version = "0.4.38", default-features = false, features = ["clock"] } dirs = "5.0.1" include-flate = "0.3.0" +[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] +webkit2gtk = "2.0" \ No newline at end of file