Remove android_main! call

This commit is contained in:
Pierre Krieger 2016-11-23 19:33:44 +01:00
parent 79bed75d28
commit 289bb7bc9f
7 changed files with 0 additions and 49 deletions

View file

@ -1,14 +1,7 @@
#[cfg(target_os = "android")]
#[macro_use]
extern crate android_glue;
extern crate winit;
use winit::{Event, ElementState, MouseCursor};
#[cfg(target_os = "android")]
android_start!(main);
fn main() {
let window = winit::WindowBuilder::new().build().unwrap();
window.set_title("A fantastic window!");