[go: up one dir, main page]

xkbcommon 0.2.3

Rust bindings and wrappers for libxkbcommon
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "xkbcommon"
version = "0.2.3"
authors = ["Remi THEBAULT <remi.thebault@gmail.com>"]
description = "Rust bindings and wrappers for libxkbcommon"
documentation = "https://rtbo.github.io/xkbcommon-rs/xkbcommon"
readme = "README.md"
keywords = ["keyboard", "x11", "wayland", "xcb", "input"]
license = "MIT"
repository = "https://github.com/rtbo/xkbcommon-rs"
[dependencies.libc]
version = "0.2"

[dependencies.xcb]
version = "0.8"
features = ["xkb"]
optional = true

[features]
compose = []
x11 = ["xcb"]