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

#417 in Unix APIs

Download history 2342/week @ 2024-01-02 2313/week @ 2024-01-09 3144/week @ 2024-01-16 2613/week @ 2024-01-23 3500/week @ 2024-01-30 2492/week @ 2024-02-06 3331/week @ 2024-02-13 4088/week @ 2024-02-20 4996/week @ 2024-02-27 4983/week @ 2024-03-05 4917/week @ 2024-03-12 5209/week @ 2024-03-19 5621/week @ 2024-03-26 5810/week @ 2024-04-02 6192/week @ 2024-04-09 5789/week @ 2024-04-16

24,229 downloads per month
Used in 13 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