From 29296d42d7d8db8cf85870cb0a6077bd5a3c8c45 Mon Sep 17 00:00:00 2001 From: lloydzhou Date: Wed, 25 Sep 2024 15:30:02 +0800 Subject: [PATCH] using this version from github fixed data_directory for webkitgtk --- src-tauri/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 210e57bb1..d8fa41d2e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -26,6 +26,9 @@ tauri = { version = "2.0.0-rc.15", features = [] } tauri-plugin-log = "2.0.0-rc" tauri-plugin-http = "2.0.0-rc" +[replace] +# using this version from github fixed data_directory for webkitgtk +"wry:0.43.1" = { git = "https://github.com/lloydzhou/wry", branch="webkitgtk-data_manager-directory" } # Optimize for smaller binary size [profile.release]