Skip to content

Releases: gtk-rs/gtk4-rs

0.5.5

02 Jan 10:50

Choose a tag to compare

0.5.4

11 Dec 11:17

Choose a tag to compare

0.5.3

05 Dec 10:20

Choose a tag to compare

0.5.2

17 Nov 09:17

Choose a tag to compare

0.5.1

08 Nov 12:11

Choose a tag to compare

0.5.0

19 Oct 09:42

Choose a tag to compare

Set branch to 0.16 for gtk-rs-core crates

0.4.8

04 Jun 18:52

Choose a tag to compare

0.4.7

20 Mar 12:31

Choose a tag to compare

0.4.6

31 Jan 11:57

Choose a tag to compare

Bilal Elmoussaoui (2):
      Auto generate async functions with callbacks
      Add MainContext checks to manual async functions

Sebastian Dröge (8):
      Update gir-files
      Update gir
      Remove unused `gdk::Texture` import
      Remove unnecessary `Send` bounds from GIO-style async functions
      gsk: Trust return value nullability again
      Regenerate with latest gir
      Update versions to 0.4.6
      gtk/gdk: Depend on glib 0.15.3 for `ThreadGuard` API

0.4.5

24 Jan 10:12

Choose a tag to compare

  • Mark gtk::Snapshot::to_node and gtk::Snapshot::to_paintable as returning Option<T> instead of T. See #845 for details