Skip to content

Commit 530e71e

Browse files
committed
Add wayland conditional feature for linux
1 parent 4d92153 commit 530e71e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ web-sys = { version = "0.3", features = ["Window"] }
5656
processing_glfw = { workspace = true }
5757
rand = "0.10.0"
5858

59+
[target.'cfg(target_os = "linux")'.dev-dependencies]
60+
processing_glfw = { workspace = true, features = ["wayland"] }
61+
5962
[[example]]
6063
name = "rectangle"
6164
path = "examples/rectangle.rs"

0 commit comments

Comments
 (0)