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