mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 13:50:05 -04:00
Remove android_main! call
This commit is contained in:
@@ -1,12 +1,5 @@
|
||||
#[cfg(target_os = "android")]
|
||||
#[macro_use]
|
||||
extern crate android_glue;
|
||||
|
||||
extern crate winit;
|
||||
|
||||
#[cfg(target_os = "android")]
|
||||
android_start!(main);
|
||||
|
||||
fn main() {
|
||||
let window = winit::WindowBuilder::new()
|
||||
.with_min_dimensions(400, 200)
|
||||
|
||||
Reference in New Issue
Block a user