| 1 | [package] |
| 2 | name = "x11-dl" |
| 3 | version = "2.21.0" |
| 4 | authors = [ |
| 5 | "daggerbot <daggerbot@gmail.com>" , |
| 6 | "Erle Pereira <erle@erlepereira.com>" , |
| 7 | "AltF02 <contact@altf2.dev>" , |
| 8 | ] |
| 9 | description = "X11 library bindings for Rust" |
| 10 | license = "MIT" |
| 11 | repository = "https://github.com/AltF02/x11-rs.git" |
| 12 | build = "build.rs" |
| 13 | documentation = "https://docs.rs/x11-dl" |
| 14 | workspace = ".." |
| 15 | edition = "2021" |
| 16 | |
| 17 | [dependencies] |
| 18 | libc = "0.2" |
| 19 | once_cell = "1.17.0" |
| 20 | |
| 21 | [build-dependencies] |
| 22 | pkg-config = "0.3.24" |
| 23 | |