1[package]
2name = "xkbcommon-dl"
3version = "0.4.2"
4documentation = "https://docs.rs/xkbcommon-dl/"
5repository = "https://github.com/rust-windowing/xkbcommon-dl"
6authors = ["Francesca Frangipane <francesca@comfysoft.net>"]
7license = "MIT"
8description = "Dynamically loaded xkbcommon and xkbcommon-x11 Rust bindings."
9edition = "2021"
10rust-version = "1.64"
11
12[badges]
13
14[features]
15x11 = []
16
17[dependencies]
18bitflags = "2.3.1"
19dlib = "0.5.2"
20log = "0.4"
21once_cell = "1.17"
22xkeysym = "0.2.0"
23