Skip to content

Commit 31dcc57

Browse files
committed
WIP wayland-rs branch
1 parent 7140e44 commit 31dcc57

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,3 +208,8 @@ getrandom = { version = "0.4.1", features = ["wasm_js"] }
208208
# DRM example.
209209
[target.'cfg(not(any(target_os = "android", target_vendor = "apple", target_os = "redox", target_family = "wasm", target_os = "windows")))'.dev-dependencies]
210210
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

Comments
 (0)