using this version from github fixed data_directory for webkitgtk

This commit is contained in:
lloydzhou 2024-09-25 15:30:02 +08:00
parent d306491e88
commit 29296d42d7

View File

@ -26,6 +26,9 @@ tauri = { version = "2.0.0-rc.15", features = [] }
tauri-plugin-log = "2.0.0-rc" tauri-plugin-log = "2.0.0-rc"
tauri-plugin-http = "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 # Optimize for smaller binary size
[profile.release] [profile.release]