initial x11 support

This commit is contained in:
Ferdinand Schober
2023-02-12 22:15:19 +01:00
parent b20100b28e
commit 20cf6d450a
6 changed files with 60 additions and 0 deletions

11
Cargo.lock generated
View File

@@ -245,6 +245,7 @@ dependencies = [
"wayland-protocols-misc",
"wayland-protocols-wlr",
"winapi",
"x11",
]
[[package]]
@@ -968,3 +969,13 @@ checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
dependencies = [
"winapi",
]
[[package]]
name = "x11"
version = "2.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
dependencies = [
"libc",
"pkg-config",
]