#gdk-pixbuf #gnome #gtk-rs

gdk-pixbuf

Rust bindings for the GdkPixbuf library

24 releases (13 breaking)

0.17.0 Feb 8, 2023
0.16.7 Dec 16, 2022
0.16.4 Nov 28, 2022
0.15.11 Apr 26, 2022
0.0.1 Mar 15, 2016

#178 in Unix APIs

Download history 22504/week @ 2022-12-08 18063/week @ 2022-12-15 17249/week @ 2022-12-22 16767/week @ 2022-12-29 20280/week @ 2023-01-05 17730/week @ 2023-01-12 18455/week @ 2023-01-19 20111/week @ 2023-01-26 23076/week @ 2023-02-02 23953/week @ 2023-02-09 27638/week @ 2023-02-16 24558/week @ 2023-02-23 24258/week @ 2023-03-02 27713/week @ 2023-03-09 24505/week @ 2023-03-16 30838/week @ 2023-03-23

111,023 downloads per month
Used in 356 crates (50 directly)

MIT license

3.5MB
92K SLoC

Rust GDK-PixBuf bindings

Rust bindings and wrappers for GDK-Pixbuf, part of gtk-rs-core.

GDK-PixBuf 2.36.8 is the lowest supported version for the underlying library.

Minimum supported Rust version

Currently, the minimum supported Rust version is 1.64.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-pixbuf = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "gdk-pixbuf" }

Avoid mixing versioned and git crates like this:

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

See Also

License

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

Dependencies

~5MB
~109K SLoC