We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d92153 commit 530e71eCopy full SHA for 530e71e
Cargo.toml
@@ -56,6 +56,9 @@ web-sys = { version = "0.3", features = ["Window"] }
56
processing_glfw = { workspace = true }
57
rand = "0.10.0"
58
59
+[target.'cfg(target_os = "linux")'.dev-dependencies]
60
+processing_glfw = { workspace = true, features = ["wayland"] }
61
+
62
[[example]]
63
name = "rectangle"
64
path = "examples/rectangle.rs"
0 commit comments