Update to use new GL bindings.

This commit is contained in:
Glenn Watson 2014-10-30 11:13:25 +10:00
parent 272ae0cc1b
commit 69c5bc8fca
8 changed files with 112 additions and 78 deletions

View file

@ -43,9 +43,6 @@ git = "https://github.com/servo/rust-geom"
[dependencies.layers]
git = "https://github.com/servo/rust-layers"
[dependencies.opengles]
git = "https://github.com/servo/rust-opengles"
[dependencies.png]
git = "https://github.com/servo/rust-png"
@ -57,3 +54,6 @@ git = "https://github.com/servo/rust-core-graphics"
[dependencies.core_text]
git = "https://github.com/servo/rust-core-text"
[dependencies.gleam]
git = "https://github.com/servo/gleam"