Skip to content

Commit f1e34c9

Browse files
author
dcz
committed
patch deps
1 parent 34feb6b commit f1e34c9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Cargo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,14 @@ harness = false
142142
[profile.release-with-debug]
143143
inherits = "release"
144144
debug = true
145+
146+
[patch.crates-io]
147+
wayland-client = { git="https://github.com/Smithay/wayland-rs", version = "0.31.10", optional = true }
148+
wayland-cursor = { git="https://github.com/Smithay/wayland-rs", version = "0.31.10", optional = true }
149+
wayland-egl = { git="https://github.com/Smithay/wayland-rs", version = "0.32.7", optional = true }
150+
wayland-protocols = { git="https://github.com/Smithay/wayland-rs", version = "0.32.8", features = ["unstable", "staging", "server"], optional = true }
151+
wayland-protocols-wlr = { git="https://github.com/Smithay/wayland-rs", version = "0.3.8", features = ["server"], optional = true }
152+
wayland-protocols-misc = { git="https://github.com/Smithay/wayland-rs", version = "0.3.8", features = ["server"], optional = true }
153+
wayland-server = { git="https://github.com/Smithay/wayland-rs", version = "0.31.9", optional = true }
154+
wayland-sys = { git="https://github.com/Smithay/wayland-rs", version = "0.31.6", optional = true }
155+
wayland-backend = { git="https://github.com/Smithay/wayland-rs", version = "0.3.10", optional = true }

0 commit comments

Comments
 (0)