We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c55ccf commit 93635c6Copy full SHA for 93635c6
Cargo.toml
@@ -31,7 +31,7 @@ processing_render = { workspace = true }
31
glfw = "0.60.0"
32
33
[target.'cfg(target_os = "linux")'.dev-dependencies]
34
-glfw = { version = "0.60.0", default-features = false, features = ["src-build", "static-link", "wayland", "x11"] }
+glfw = { version = "0.60.0", default-features = false, features = ["src-build", "static-link", "wayland", "x11", "native-handles"] }
35
36
[[example]]
37
name = "rectangle"
0 commit comments