Skip to content

Commit 93635c6

Browse files
committed
Missing feature.
1 parent 5c55ccf commit 93635c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ processing_render = { workspace = true }
3131
glfw = "0.60.0"
3232

3333
[target.'cfg(target_os = "linux")'.dev-dependencies]
34-
glfw = { version = "0.60.0", default-features = false, features = ["src-build", "static-link", "wayland", "x11"] }
34+
glfw = { version = "0.60.0", default-features = false, features = ["src-build", "static-link", "wayland", "x11", "native-handles"] }
3535

3636
[[example]]
3737
name = "rectangle"

0 commit comments

Comments
 (0)