gdk4-wayland 0.9.4

Rust bindings of the GDK 4 Wayland library
Documentation
[dependencies.gdk]
package = "gdk4"
version = "0.9"

[dependencies.gdk4-wayland-sys]
version = "0.9.4"

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

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

[dependencies.khronos-egl]
optional = true
version = "6.0"

[dependencies.libc]
version = "0.2"

[dependencies.wayland-backend]
features = ["client_system"]
optional = true
version = "0.3.0"

[dependencies.wayland-client]
optional = true
version = "0.31.0"

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

[features]
egl = ["khronos-egl"]
v4_10 = ["gdk4-wayland-sys/v4_10", "v4_4", "gdk/v4_10"]
v4_12 = ["gdk4-wayland-sys/v4_12", "v4_10", "gdk/v4_12"]
v4_16 = ["gdk4-wayland-sys/v4_16", "v4_12", "gdk/v4_16"]
v4_4 = ["gdk4-wayland-sys/v4_4", "gdk/v4_4"]
wayland_crate = ["wayland-client", "wayland-backend"]

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

[package]
authors = ["The gtk-rs Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings", "gui"]
description = "Rust bindings of the GDK 4 Wayland library"
documentation = "https://gtk-rs.org/gtk4-rs/stable/latest/docs/gdk4_wayland/"
edition = "2021"
homepage = "https://gtk-rs.org/gtk4-rs"
keywords = ["gdk4", "gdk4-wayland", "gtk-rs", "gnome", "GUI"]
license = "MIT"
name = "gdk4-wayland"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk4-rs"
rust-version = "1.70"
version = "0.9.4"

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

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