Skip to content

Commit

Permalink
Cleanup: cargo fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
PrototypeNM1 authored and cart committed Nov 2, 2020
1 parent 37c5548 commit 54a73e8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions examples/android/bevy_android.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
// Edit to run any single file example from Bevy.
include!("../3d/3d_scene.rs");

#[cfg_attr(target_os = "android", ndk_glue::main(logger(level = "trace", tag = "bevy_android"), backtrace = "full"))]
#[cfg_attr(
target_os = "android",
ndk_glue::main(logger(level = "trace", tag = "bevy_android"), backtrace = "full")
)]
fn android_main() {
main();
}
}

0 comments on commit 54a73e8

Please sign in to comment.