libsimpleservo: OpenGL support for Linux (glx)

This commit is contained in:
Paul Rouget 2019-02-08 20:37:16 +08:00
parent 71ba247942
commit 38ed1fcf0f
4 changed files with 62 additions and 4 deletions

View file

@ -20,6 +20,9 @@ core-foundation = "0.6"
[target.'cfg(target_os = "windows")'.dependencies]
winapi = "0.3.2"
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))'.dependencies]
libloading = "0.5"
[build-dependencies]
gl_generator = "0.10"