#gtk #gnome #api-bindings #gdk4

gdk4-wayland

Rust bindings of the GDK 4 Wayland library

21 releases

0.8.1 Mar 7, 2024
0.7.2 Aug 12, 2023
0.7.0 Jul 23, 2023
0.6.3 Mar 17, 2023
0.2.0 Jul 12, 2021

#790 in GUI

Download history 1118/week @ 2023-12-18 969/week @ 2023-12-25 1145/week @ 2024-01-01 1012/week @ 2024-01-08 933/week @ 2024-01-15 955/week @ 2024-01-22 874/week @ 2024-01-29 1201/week @ 2024-02-05 1597/week @ 2024-02-12 1346/week @ 2024-02-19 1310/week @ 2024-02-26 1413/week @ 2024-03-04 1133/week @ 2024-03-11 1648/week @ 2024-03-18 1455/week @ 2024-03-25 1710/week @ 2024-04-01

6,139 downloads per month
Used in 5 crates (3 directly)

MIT license

790KB
19K SLoC

Rust GDK 4 Wayland bindings

The project website is here.

Rust bindings of GDK 4's Wayland backend, part of gtk4-rs.

GDK is an intermediate layer that isolates GTK from the details of the windowing system. GDK Wayland contains functions specific to the Wayland backend.

Minimum supported Rust version

Currently, the minimum supported Rust version is 1.70.

Documentation

Using

We recommend using crates from crates.io, as demonstrated here.

If you want to track the bleeding edge, use the git dependency instead:

[dependencies]
gdk-wayland = { git = "https://github.com/gtk-rs/gtk4-rs.git", package = "gdk4-wayland" }

Avoid mixing versioned and git crates like this:

# This will not compile
[dependencies]
gdk-x11 = {version = "0.1", package = "gdk4-x11"}
gdk-wayland = { git = "https://github.com/gtk-rs/gtk4-rs.git", package = "gdk4-wayland" }

Features

Feature Description
v4_12 Enable the new APIs part of GTK 4.12
v4_10 Enable the new APIs part of GTK 4.10
v4_4 Enable the new APIs part of GTK 4.4
wayland_crate Integration with the wayland-client crate
egl Integration with the khronos-egl crate

See Also

License

The Rust bindings of gdk4-wayland are available under the MIT License, please refer to it.

Dependencies

~8–20MB
~301K SLoC