[package]
name = "wayland-scanner"
version = "0.12.5"
authors = ["Victor Berger <victor.berger@m4x.org>"]
description = "Wayland Scanner for generating rust APIs from XML wayland protocol files. Intented for use with wayland-sys. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings."
documentation = "https://smithay.github.io/wayland-rs/wayland_scanner/"
keywords = ["wayland", "codegen"]
categories = ["gui", "api-bindings"]
license = "MIT"
repository = "https://github.com/smithay/wayland-rs"
[dependencies.xml-rs]
version = "0.7"
[badges.travis-ci]
repository = "smithay/wayland-rs"