[dependencies.ffi]
package = "gdk4-wayland-sys"
version = "0.8"
[dependencies.gdk]
package = "gdk4"
version = "0.8"
[dependencies.gio]
features = ["v2_66"]
version = "0.19"
[dependencies.glib]
features = ["v2_66"]
version = "0.19"
[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 = ["ffi/v4_10", "v4_4", "gdk/v4_10"]
v4_12 = ["ffi/v4_12", "v4_10", "gdk/v4_12"]
v4_16 = ["ffi/v4_16", "v4_12", "gdk/v4_16"]
v4_4 = ["ffi/v4_4", "gdk/v4_4"]
wayland_crate = ["wayland-client", "wayland-backend"]
[package]
authors = ["The gtk-rs Project Developers"]
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.8.2"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]