Added Wayland support

This commit is contained in:
David Johnson 2022-01-19 21:11:20 -06:00
parent d4dea5a95f
commit d8087a68a0
5 changed files with 85 additions and 2 deletions

View file

@ -11,6 +11,8 @@ thiserror = "1.0.30"
raw-window-handle = "0.4.2"
[target.'cfg(target_os = "linux")'.dependencies]
tempfile = "3.3.0"
wayland-client = {version = "0.29", features = ["use_system_lib"], default_features = false}
x11-dl = "2.19.1"
[target.'cfg(target_os = "windows")'.dependencies]