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