Skip to content

Commit 690a94f

Browse files
committed
Enable the glx feature for the x11 crate
1 parent cb71440 commit 690a94f

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
@@ -16,7 +16,7 @@ license = "MIT OR Apache-2.0"
1616

1717
[features]
1818
default = []
19-
opengl = ["uuid"]
19+
opengl = ["uuid", "x11/glx"]
2020

2121
[dependencies]
2222
keyboard-types = { version = "0.6.1", default-features = false }

0 commit comments

Comments
 (0)