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

View File

@@ -19,6 +19,7 @@ wayland-client = { git="https://github.com/Smithay/wayland-rs.git" }
wayland-protocols = { git="https://github.com/Smithay/wayland-rs.git", features=["client", "staging", "unstable"] }
wayland-protocols-wlr = { git="https://github.com/Smithay/wayland-rs.git", features=["client", "server"] }
wayland-protocols-misc = { git="https://github.com/Smithay/wayland-rs.git", features=["client", "server"] }
x11 = { version = "2.21.0", features = ["xlib", "xtest"] }
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["winuser"] }