Remove android_main! call
This commit is contained in:
parent
79bed75d28
commit
289bb7bc9f
7 changed files with 0 additions and 49 deletions
|
|
@ -1,14 +1,7 @@
|
|||
#[cfg(target_os = "android")]
|
||||
#[macro_use]
|
||||
extern crate android_glue;
|
||||
|
||||
extern crate winit;
|
||||
|
||||
use std::thread;
|
||||
|
||||
#[cfg(target_os = "android")]
|
||||
android_start!(main);
|
||||
|
||||
fn main() {
|
||||
let window1 = winit::WindowBuilder::new().build().unwrap();
|
||||
let window2 = winit::WindowBuilder::new().build().unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue