gdk4-wayland 0.4.8

Rust bindings of the GDK 4 Wayland library
[dependencies.ffi]
package = "gdk4-wayland-sys"
version = "0.4.8"

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

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

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

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

[dependencies.libc]
version = "0.2"

[dependencies.wayland-client]
features = ["use_system_lib"]
optional = true
version = "0.29"

[dependencies.xkb]
optional = true
version = "0.2.1"
[dev-dependencies.gir-format-check]
version = "^0.1"

[features]
dox = ["ffi/dox", "xkb_crate", "wayland_crate", "egl"]
egl = ["khronos-egl"]
v4_4 = ["ffi/v4_4"]
wayland_crate = ["wayland-client"]
xkb_crate = ["xkb"]

[package]
authors = ["The gtk-rs Project Developers"]
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/"
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.56"
version = "0.4.8"
[package.metadata.docs.rs]
features = ["dox"]