Update gleam submodule, and use glfw to load OpenGL function pointers.

This commit is contained in:
Glenn Watson 2014-11-17 07:41:54 +10:00
parent 3a0b12f2c0
commit 8addf6f633
5 changed files with 7 additions and 3 deletions

2
Cargo.lock generated
View file

@ -251,7 +251,7 @@ dependencies = [
[[package]]
name = "gleam"
version = "0.0.1"
source = "git+https://github.com/servo/gleam#8e77178eaebddfeae6557dfec2bcccbefaba93f3"
source = "git+https://github.com/servo/gleam#aaea38be25ce9de6e1e8620fa5b554669ac6475c"
dependencies = [
"gl_generator 0.0.1 (git+https://github.com/bjz/gl-rs.git)",
]