From cf6ee8cb147cf3f57ef7dedd4f26323f9fefffdb Mon Sep 17 00:00:00 2001 From: fioncat Date: Fri, 24 Jan 2025 17:35:32 +0800 Subject: [PATCH] chore: update Cross.toml comment --- Cross.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cross.toml b/Cross.toml index 09f5d05..f69968c 100644 --- a/Cross.toml +++ b/Cross.toml @@ -1,5 +1,6 @@ # We need to install libssl before compiling. # See: https://github.com/cross-rs/cross/wiki/Recipes#openssl +# Tauri v2 requirements: https://v2.tauri.app/start/prerequisites/#linux [target.x86_64-unknown-linux-gnu] pre-build = [ "apt-get update && apt-get install --assume-yes libssl-dev libglib2.0-dev libgtk-3-dev libwebkit2gtk-4.1-dev"