[dependencies.wayland-backend]
features = ["client_system"]
version = "0.3.8"
[dependencies.wayland-sys]
features = ["egl"]
version = "0.31.6"
[lib]
name = "wayland_egl"
path = "src/lib.rs"
[package]
authors = ["Elinor Berger <elinor@safaradeg.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui", "api-bindings"]
description = "Bindings to libwayland-egl."
documentation = "https://docs.rs/wayland-egl/"
edition = "2021"
keywords = ["wayland", "client"]
license = "MIT"
name = "wayland-egl"
readme = "README.md"
repository = "https://github.com/smithay/wayland-rs"
rust-version = "1.65"
version = "0.32.5"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]