update dependencies

This commit is contained in:
Ferdinand Schober
2023-02-14 02:01:44 +01:00
parent 437a599504
commit 6c5bc14f8c
2 changed files with 129 additions and 54 deletions

View File

@@ -15,10 +15,11 @@ serde_derive = "1.0"
threadpool = "1.8"
[target.'cfg(unix)'.dependencies]
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"] }
wayland-client = { version="0.30.0" }
wayland-protocols = { version="0.30.0", features=["client", "staging", "unstable"] }
wayland-protocols-wlr = { version="0.1.0", features=["client"] }
wayland-protocols-misc = { version="0.1.0", features=["client"] }
wayland-protocols-plasma = { version="0.1.0", features=["client"] }
x11 = { version = "2.21.0", features = ["xlib", "xtest"] }
[target.'cfg(windows)'.dependencies]