gdk4 0.11.2

Rust bindings of the GDK 4 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 = "gdk4"
version = "0.11.2"
authors = ["The gtk-rs Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings of the GDK 4 library"
homepage = "https://gtk-rs.org/gtk4-rs"
documentation = "https://gtk-rs.org/gtk4-rs/stable/latest/docs/gdk4/"
readme = "README.md"
keywords = [
    "gdk",
    "gdk4",
    "gtk-rs",
    "gnome",
    "GUI",
]
categories = [
    "api-bindings",
    "gui",
]
license = "MIT"
repository = "https://github.com/gtk-rs/gtk4-rs"

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

[features]
gl = ["dep:gl"]
v4_10 = [
    "gdk4-sys/v4_10",
    "v4_8",
]
v4_12 = [
    "gdk4-sys/v4_12",
    "v4_10",
]
v4_14 = [
    "gdk4-sys/v4_14",
    "v4_12",
]
v4_16 = [
    "gdk4-sys/v4_16",
    "v4_14",
]
v4_18 = [
    "gdk4-sys/v4_18",
    "v4_16",
]
v4_2 = ["gdk4-sys/v4_2"]
v4_20 = [
    "gdk4-sys/v4_20",
    "v4_18",
]
v4_22 = [
    "gdk4-sys/v4_22",
    "v4_20",
]
v4_24 = [
    "gdk4-sys/v4_24",
    "v4_22",
]
v4_4 = [
    "gdk4-sys/v4_4",
    "v4_2",
]
v4_6 = [
    "gdk4-sys/v4_6",
    "v4_4",
]
v4_8 = [
    "gdk4-sys/v4_8",
    "v4_6",
]

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

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

[dependencies.cairo-rs]
version = "0.22.0"
features = ["use_glib"]

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

[dependencies.gdk4-sys]
version = "0.11.0"

[dependencies.gio]
version = "0.22.0"
features = ["v2_66"]

[dependencies.gl]
version = "0.14"
optional = true

[dependencies.glib]
version = "0.22.0"
features = ["v2_66"]

[dependencies.libc]
version = "0.2"

[dependencies.pango]
version = "0.22.0"
features = ["v1_46"]

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