1
0
Fork 0

Enable the glx feature for the x11 crate

This commit is contained in:
Robbert van der Helm 2022-02-07 21:35:24 +01:00
parent cb714401d8
commit 690a94f9f1

View file

@ -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 }