gdk-pixbuf 0.20.4

Rust bindings for the GdkPixbuf library
Documentation
[dependencies.gdk-pixbuf-sys]
version = "0.20"

[dependencies.gio]
version = "0.20"

[dependencies.glib]
version = "0.20"

[dependencies.libc]
version = "0.2"

[dev-dependencies.gir-format-check]
version = "^0.1"

[features]
v2_40 = ["gdk-pixbuf-sys/v2_40"]
v2_42 = ["v2_40", "gdk-pixbuf-sys/v2_42"]

[lib]
name = "gdk_pixbuf"
path = "src/lib.rs"

[package]
authors = ["The gtk-rs Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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.20.4"

[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]

[[test]]
name = "check_gir"
path = "tests/check_gir.rs"

[[test]]
name = "overflow"
path = "tests/overflow.rs"