[dependencies.ffi]
package = "gdk-pixbuf-sys"
version = "0.18"
[dependencies.gio]
version = "0.18"
[dependencies.glib]
version = "0.18"
[dependencies.libc]
version = "0.2"
[dependencies.once_cell]
version = "1"
[dev-dependencies.gir-format-check]
version = "^0.1"
[features]
v2_40 = ["ffi/v2_40"]
v2_42 = ["v2_40", "ffi/v2_42"]
[lib]
name = "gdk_pixbuf"
[package]
authors = ["The gtk-rs Project Developers"]
description = "Rust bindings for the GdkPixbuf library"
documentation = "https://gtk-rs.org/gtk-rs-core/stable/latest/docs/gdk_pixbuf/"
edition = "2021"
exclude = ["gir-files/*"]
homepage = "https://gtk-rs.org/"
keywords = ["gdk-pixbuf", "gtk-rs", "gnome"]
license = "MIT"
name = "gdk-pixbuf"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk-rs-core"
rust-version = "1.70"
version = "0.18.5"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]