tauri-apps/tauri

Upgrade `tauri-runtime` to `gtk4-rs`

Open

#12,562 opened on Jan 30, 2025

View on GitHub
 (3 comments) (2 reactions) (0 assignees)Rust (3,597 forks)batch import
help wantedplatform: Linux

Repository metrics

Stars
 (106,642 stars)
PR merge metrics
 (Avg merge 6d 22h) (50 merged PRs in 30d)

Description

We need to upgrade from gtk to gtk4-rs to migrate a unsoundness issue found in glib < 0.2. Please claim this issue if you want to support or work on this and keep in mind this is a prioritized issue and we try to migrate as soon as possible. If the issue is already assigned to someone you can either reach out with comments or questions reach out for collaboration to the assigned person.

This transition includes:

  • Upgrading gtk to gtk4-rs and handling all errors caused by the dependency change
  • Handle all changes in a backwards compatible way if possible
    • Raise awareness to the working group if breaking changes are required
  • Document migration errors that may be issues in the future or which were complicated to handle
  • Reach out to the working group (alternatively @tweidinger first) if blockers or upstream issues are hit

Contributor guide