Update dependencies

Also fixes warning from gl generator
This commit is contained in:
Joe Wilm 2017-12-23 12:33:35 -08:00
parent ea8cf10b2f
commit 3472921c7d
2 changed files with 389 additions and 320 deletions

708
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -109,6 +109,7 @@ impl Mul<f32> for Rgb {
#[cfg_attr(feature = "clippy", allow(too_many_arguments))]
#[cfg_attr(feature = "clippy", allow(doc_markdown))]
#[cfg_attr(feature = "clippy", allow(unreadable_literal))]
#[allow(unused_mut)]
pub mod gl {
#![allow(non_upper_case_globals)]
include!(concat!(env!("OUT_DIR"), "/gl_bindings.rs"));