gdk-sys 0.19.0

FFI bindings to libgdk-3
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-sys"
version = "0.19.0"
authors = ["The gtk-rs Project Developers"]
build = "build.rs"
links = "gdk-3"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings to libgdk-3"
homepage = "https://gtk-rs.org/"
readme = false
keywords = [
    "gdk",
    "ffi",
    "gtk-rs",
    "gnome",
]
license = "MIT"
repository = "https://github.com/gtk-rs/gtk3-rs"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]
features = []
rustc-args = [
    "--cfg",
    "docsrs",
]

[package.metadata.system-deps.gdk_3_0]
name = "gdk-3.0"
version = "3.22"

[package.metadata.system-deps.gdk_3_0.v3_24]
version = "3.24"

[features]
v3_24 = []

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

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

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

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

[dependencies.gio-sys]
version = "0.22"

[dependencies.glib-sys]
version = "0.22"

[dependencies.gobject-sys]
version = "0.22"

[dependencies.libc]
version = "0.2"

[dependencies.pango-sys]
version = "0.22"

[dev-dependencies.shell-words]
version = "1.0.0"

[dev-dependencies.tempfile]
version = "3"

[build-dependencies.pkg-config]
version = "0.3.7"

[build-dependencies.system-deps]
version = "9"