gtk4 0.8.2

Rust bindings of the GTK 4 library
Documentation
[dependencies.cairo-rs]
features = ["use_glib"]
version = "0.19"

[dependencies.ffi]
package = "gtk4-sys"
version = "0.8"

[dependencies.field-offset]
version = "0.3"

[dependencies.futures-channel]
version = "0.3"

[dependencies.gdk]
package = "gdk4"
version = "0.8"

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

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

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

[dependencies.graphene]
package = "graphene-rs"
version = "0.19"

[dependencies.gsk]
package = "gsk4"
version = "0.8"

[dependencies.gtk4-macros]
version = "0.8"

[dependencies.libc]
version = "0.2"

[dependencies.pango]
features = ["v1_46"]
version = "0.19"
[dev-dependencies.gir-format-check]
version = "^0.1"

[features]
blueprint = ["gtk4-macros/blueprint"]
gio_v2_80 = ["gio/v2_80"]
gnome_42 = ["v4_6", "cairo-rs/v1_16", "gdk-pixbuf/v2_42", "gio/v2_72"]
gnome_43 = ["v4_8", "cairo-rs/v1_16", "gdk-pixbuf/v2_42", "gio/v2_74"]
gnome_44 = ["v4_10", "cairo-rs/v1_16", "gdk-pixbuf/v2_42", "gio/v2_76"]
gnome_45 = ["v4_12", "cairo-rs/v1_16", "pango/v1_52", "gdk-pixbuf/v2_42", "gio/v2_78"]
gnome_46 = ["v4_14", "cairo-rs/v1_16", "pango/v1_52", "gdk-pixbuf/v2_42", "gio_v2_80"]
unsafe-assume-initialized = []
v4_10 = ["ffi/v4_10", "v4_8", "gdk/v4_10", "gsk/v4_10"]
v4_12 = ["ffi/v4_12", "v4_10", "gdk/v4_12"]
v4_14 = ["ffi/v4_14", "v4_12", "gdk/v4_14", "gsk/v4_14"]
v4_16 = ["ffi/v4_16", "v4_14", "gdk/v4_16"]
v4_2 = ["ffi/v4_2", "gdk/v4_2", "gsk/v4_2"]
v4_4 = ["ffi/v4_4", "v4_2", "gdk/v4_4", "gsk/v4_4"]
v4_6 = ["ffi/v4_6", "v4_4", "gdk/v4_6", "gsk/v4_6", "pango/v1_50"]
v4_8 = ["ffi/v4_8", "v4_6", "gdk/v4_8"]
xml_validation = ["gtk4-macros/xml_validation"]

[lib]
name = "gtk4"

[package]
authors = ["The gtk-rs Project Developers"]
categories = ["api-bindings", "gui"]
description = "Rust bindings of the GTK 4 library"
documentation = "https://gtk-rs.org/gtk4-rs/stable/latest/docs/gtk4"
edition = "2021"
homepage = "https://gtk-rs.org/gtk4-rs"
keywords = ["gtk", "gtk4", "gtk-rs", "gnome", "GUI"]
license = "MIT"
name = "gtk4"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk4-rs"
rust-version = "1.70"
version = "0.8.2"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]