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
111,023 downloads per month
Used in 356 crates
(50 directly)
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