gdk 0.18.2

UNMAINTAINED Rust bindings for the GDK 3 library (use gdk4 instead)
Documentation
[dependencies.cairo-rs]
version = "0.18"

[dependencies.ffi]
package = "gdk-sys"
version = "0.18"

[dependencies.gdk-pixbuf]
version = "0.18"

[dependencies.gio]
version = "0.18"

[dependencies.glib]
version = "0.18"

[dependencies.libc]
version = "0.2"

[dependencies.pango]
version = "0.18"

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

[features]
unsafe-assume-initialized = []
v3_24 = ["ffi/v3_24"]

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

[package]
authors = ["The gtk-rs Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "UNMAINTAINED Rust bindings for the GDK 3 library (use gdk4 instead)"
documentation = "https://gtk-rs.org/gtk3-rs/stable/latest/docs/gdk/"
edition = "2021"
exclude = ["gir-files/*"]
homepage = "https://gtk-rs.org/"
keywords = ["gdk", "gtk", "gtk-rs", "gnome", "GUI"]
license = "MIT"
name = "gdk"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk3-rs"
resolver = "1"
rust-version = "1.70"
version = "0.18.2"

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

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

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