gdk4-x11 0.8.0

Rust bindings of the GDK4 X11 library
[dependencies.ffi]
package = "gdk4-x11-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.x11]
optional = true
version = "2.20"
[dev-dependencies.gir-format-check]
version = "^0.1"

[features]
egl = ["khronos-egl"]
v4_10 = ["ffi/v4_10", "v4_4", "gdk/v4_10"]
v4_4 = ["ffi/v4_4", "gdk/v4_4"]
xlib = ["x11"]

[package]
authors = ["The gtk-rs Project Developers"]
categories = ["api-bindings", "gui"]
description = "Rust bindings of the GDK4 X11 library"
documentation = "https://gtk-rs.org/gtk4-rs/stable/latest/docs/gdk4_x11/"
edition = "2021"
homepage = "https://gtk-rs.org/gtk4-rs"
keywords = ["gdk4", "gdk4-x11", "gtk-rs", "gnome", "GUI"]
license = "MIT"
name = "gdk4-x11"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk4-rs"
rust-version = "1.70"
version = "0.8.0"