Removed unused features from build and examples.

This commit is contained in:
Steven Sheldon 2015-04-03 02:31:15 -07:00
parent a65a4fd15a
commit 9c21758bb7
7 changed files with 0 additions and 14 deletions

View file

@ -1,5 +1,3 @@
#![feature(convert)]
extern crate gl_generator; extern crate gl_generator;
extern crate khronos_api; extern crate khronos_api;

View file

@ -1,5 +1,3 @@
#![feature(std_misc)]
#[cfg(target_os = "android")] #[cfg(target_os = "android")]
#[macro_use] #[macro_use]
extern crate android_glue; extern crate android_glue;

View file

@ -1,5 +1,3 @@
#![feature(std_misc)]
#[cfg(target_os = "android")] #[cfg(target_os = "android")]
#[macro_use] #[macro_use]
extern crate android_glue; extern crate android_glue;

View file

@ -1,5 +1,3 @@
#![feature(std_misc)]
#[cfg(target_os = "android")] #[cfg(target_os = "android")]
#[macro_use] #[macro_use]
extern crate android_glue; extern crate android_glue;

View file

@ -1,5 +1,3 @@
#![feature(std_misc)]
#[cfg(target_os = "android")] #[cfg(target_os = "android")]
#[macro_use] #[macro_use]
extern crate android_glue; extern crate android_glue;

View file

@ -1,5 +1,3 @@
#![feature(std_misc)]
#[cfg(target_os = "android")] #[cfg(target_os = "android")]
#[macro_use] #[macro_use]
extern crate android_glue; extern crate android_glue;

View file

@ -1,5 +1,3 @@
#![feature(std_misc)]
#[cfg(target_os = "android")] #[cfg(target_os = "android")]
#[macro_use] #[macro_use]
extern crate android_glue; extern crate android_glue;