gdk 0.19.0

Rust bindings for the GDK 3 library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.92"
name = "gdk"
version = "0.19.0"
authors = ["The gtk-rs Project Developers"]
build = false
exclude = ["gir-files/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for the GDK 3 library"
homepage = "https://gtk-rs.org/"
documentation = "https://gtk-rs.org/gtk3-rs/stable/latest/docs/gdk/"
readme = "README.md"
keywords = [
    "gdk",
    "gtk",
    "gtk-rs",
    "gnome",
    "GUI",
]
categories = [
    "api-bindings",
    "gui",
]
license = "MIT"
repository = "https://github.com/gtk-rs/gtk3-rs"

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

[features]
unsafe-assume-initialized = []
v3_24 = ["gdk-sys/v3_24"]

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

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

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

[dependencies.cairo]
version = "0.22"
package = "cairo-rs"

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

[dependencies.gdk-sys]
version = "0.19.0"

[dependencies.gio]
version = "0.22"

[dependencies.glib]
version = "0.22"

[dependencies.libc]
version = "0.2"

[dependencies.pango]
version = "0.22"

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