Add Mac OpenGL support to libsimpleservo

This commit is contained in:
Paul Rouget 2019-02-06 04:21:01 +01:00
parent d81ff5704e
commit 399456665c
3 changed files with 37 additions and 7 deletions

1
Cargo.lock generated
View file

@ -3936,6 +3936,7 @@ source = "git+https://github.com/pcwalton/signpost.git#7ed712507f343c38646b9d1fe
name = "simpleservo"
version = "0.0.1"
dependencies = [
"core-foundation 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"gl_generator 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
"libservo 0.0.1",