[dependencies.ffi]
package = "gdkwayland-sys"
version = "0.18"
[dependencies.gdk]
version = "0.18"
[dependencies.glib]
version = "0.18"
[dependencies.libc]
version = "0.2"
[dependencies.wayland-backend]
features = ["client_system"]
version = "0.1"
[dependencies.wayland-client]
version = "0.30"
[dev-dependencies.gir-format-check]
version = "^0.1"
[features]
v3_24 = ["ffi/v3_24", "gdk/v3_24"]
v3_24_22 = ["v3_24", "ffi/v3_24_22"]
[package]
authors = ["The gtk-rs Project Developers"]
description = "Rust bindings of the GDK-Wayland 3 library"
documentation = "https://gtk-rs.org/gtk3-rs/stable/latest/docs/gdkwayland/"
edition = "2021"
homepage = "https://gtk-rs.org/"
keywords = ["gdk", "gdk-wayland", "gtk-rs", "gnome", "GUI"]
license = "MIT"
name = "gdkwayland"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk3-rs"
resolver = "1"
rust-version = "1.70"
version = "0.18.0"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]