Update gtk version

This commit is contained in:
2026-05-13 14:27:09 +02:00
parent fd0aa5af59
commit b662da426b

View File

@@ -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