7 releases (breaking)

0.18.0 Aug 13, 2023
0.17.0 Feb 9, 2023
0.16.0 Oct 19, 2022
0.15.5 Apr 26, 2022
0.9.0 Jul 4, 2020

#862 in Unix APIs

Download history 5172/week @ 2024-03-14 5233/week @ 2024-03-21 5563/week @ 2024-03-28 6100/week @ 2024-04-04 6469/week @ 2024-04-11 6936/week @ 2024-04-18 7408/week @ 2024-04-25 7557/week @ 2024-05-02 8386/week @ 2024-05-09 9890/week @ 2024-05-16 9091/week @ 2024-05-23 10372/week @ 2024-05-30 7793/week @ 2024-06-06 8568/week @ 2024-06-13 8477/week @ 2024-06-20 7589/week @ 2024-06-27

33,880 downloads per month
Used in 20 crates (3 directly)

MIT license

770KB
19K SLoC

Rust GDKX11 bindings

Project site is here.

Rust bindings and wrappers for GDKX11, part of gtk3-rs.

GDKX11 3.22 is the lowest supported version for the underlying library.

Minimum supported Rust version

Currently, the minimum supported Rust version is 1.70.0.

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]
gdkx11 = { git = "https://github.com/gtk-rs/gtk3-rs.git", package = "gdkx11" }

Avoid mixing versioned and git crates like this:

# This will not compile
[dependencies]
gdkx11 = "0.13"
gdkx11 = { git = "https://github.com/gtk-rs/gtk3-rs.git", package = "gdkx11" }

See Also

License

gdkx11 is available under the MIT License, please refer to it.

Dependencies

~11MB
~237K SLoC