Enable the glx feature for the x11 crate
This commit is contained in:
parent
cb714401d8
commit
690a94f9f1
|
@ -16,7 +16,7 @@ license = "MIT OR Apache-2.0"
|
|||
|
||||
[features]
|
||||
default = []
|
||||
opengl = ["uuid"]
|
||||
opengl = ["uuid", "x11/glx"]
|
||||
|
||||
[dependencies]
|
||||
keyboard-types = { version = "0.6.1", default-features = false }
|
||||
|
|
Loading…
Reference in a new issue