#gtk #gnome

unmaintained gdk

UNMAINTAINED Rust bindings for the GDK 3 library (use gdk4 instead)

37 releases

new 0.18.2 Dec 9, 2024
0.18.0 Aug 13, 2023
0.17.1 Mar 23, 2023
0.16.2 Nov 28, 2022
0.0.3 Feb 4, 2015

#173 in #gnome

Download history 49326/week @ 2024-08-24 56802/week @ 2024-08-31 47770/week @ 2024-09-07 43625/week @ 2024-09-14 46331/week @ 2024-09-21 52370/week @ 2024-09-28 52475/week @ 2024-10-05 55776/week @ 2024-10-12 52210/week @ 2024-10-19 55759/week @ 2024-10-26 57982/week @ 2024-11-02 51756/week @ 2024-11-09 58098/week @ 2024-11-16 55762/week @ 2024-11-23 63158/week @ 2024-11-30 66380/week @ 2024-12-07

252,300 downloads per month
Used in fewer than 85 crates

MIT license

1MB
23K SLoC

Rust GDK 3 bindings

This project is UNMAINTAINED. Please take a look at gtk4-rs instead!

Project site is here.

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

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

Avoid mixing versioned and git crates like this:

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

See Also

License

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

Dependencies

~10MB
~222K SLoC