We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7140e44 commit 31dcc57Copy full SHA for 31dcc57
1 file changed
Cargo.toml
@@ -208,3 +208,8 @@ getrandom = { version = "0.4.1", features = ["wasm_js"] }
208
# DRM example.
209
[target.'cfg(not(any(target_os = "android", target_vendor = "apple", target_os = "redox", target_family = "wasm", target_os = "windows")))'.dev-dependencies]
210
rustix = { version = "1.0.1", features = ["event"] }
211
+
212
+[patch.'crates-io']
213
+wayland-backend = { git = "https://github.com/Smithay/wayland-rs" }
214
+wayland-client = { git = "https://github.com/Smithay/wayland-rs" }
215
+wayland-sys = { git = "https://github.com/Smithay/wayland-rs" }
0 commit comments