Add support for GLESv2 on android. Remove a few warnings.

This commit is contained in:
Glenn Watson 2014-11-26 15:21:58 +10:00
parent ef33f19812
commit 02f3287d70
2 changed files with 25 additions and 12 deletions

View file

@ -1,7 +1,7 @@
#![allow(dead_code)]
#![allow(non_snake_case)]
#![allow(non_camel_case_types)]
#![allow(non_uppercase_statics)]
#![allow(non_upper_case_globals)]
use libc;