30 releases (15 breaking)

0.19.2 Feb 13, 2024
0.18.5 Dec 30, 2023
0.18.3 Nov 3, 2023
0.18.0 Jul 23, 2023
0.0.1 Mar 15, 2016

#120 in Unix APIs

Download history 45848/week @ 2023-12-17 38111/week @ 2023-12-24 41433/week @ 2023-12-31 42890/week @ 2024-01-07 43188/week @ 2024-01-14 43419/week @ 2024-01-21 42229/week @ 2024-01-28 46435/week @ 2024-02-04 47873/week @ 2024-02-11 45521/week @ 2024-02-18 50345/week @ 2024-02-25 54061/week @ 2024-03-03 51185/week @ 2024-03-10 58734/week @ 2024-03-17 58885/week @ 2024-03-24 59590/week @ 2024-03-31

235,788 downloads per month
Used in 513 crates (57 directly)

MIT license

3.5MB
90K 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.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-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

~4–13MB
~140K SLoC