From b662da426b704c6ed0caf96b42c69a4e46fe94df Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Wed, 13 May 2026 14:27:09 +0200 Subject: [PATCH] Update gtk version --- rust/tauri-pinch-zoom.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/tauri-pinch-zoom.md b/rust/tauri-pinch-zoom.md index 385c5c7..1b065c4 100644 --- a/rust/tauri-pinch-zoom.md +++ b/rust/tauri-pinch-zoom.md @@ -18,8 +18,8 @@ the cursor position. ```toml # src-tauri/Cargo.toml -[target."cfg(target_os = \"linux\")".dependencies] -gtk = "0.18" +``[target."cfg(target_os = \"linux\")".dependencies] +gtk = "0.18.2" ``` ```rust