mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
libsimpleservo: OpenGL support for Linux (glx)
This commit is contained in:
parent
71ba247942
commit
38ed1fcf0f
4 changed files with 62 additions and 4 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue