tiny-xlib 0.2.3

A tiny Xlib wrapper for Rust
Documentation
[build-dependencies.pkg-config]
version = "0.3.27"
[dependencies.as-raw-xcb-connection]
version = "1.0.0"

[dependencies.ctor-lite]
version = "0.1.0"

[dependencies.libloading]
optional = true
version = "0.8.0"

[dependencies.tracing]
default-features = false
optional = true
version = "0.1.37"
[dev-dependencies.tracing]
version = "0.1.37"

[dev-dependencies.tracing-subscriber]
version = "0.3.17"

[dev-dependencies.x11-dl]
version = "2.21.0"

[dev-dependencies.x11rb]
features = ["allow-unsafe-code"]
version = "0.13.0"

[features]
default = ["tracing"]
dlopen = ["libloading"]
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0

[package]
authors = ["John Nunley <dev@notgull.net>"]
description = "A tiny Xlib wrapper for Rust"
documentation = "https://docs.rs/tiny-xlib"
edition = "2021"
homepage = "https://github.com/notgull/tiny-xlib"
license = "MIT OR Apache-2.0 OR Zlib"
name = "tiny-xlib"
readme = "README.md"
repository = "https://github.com/notgull/tiny-xlib"
rust-version = "1.63"
version = "0.2.3"