Skip to content

Commit

Permalink
Cleanup: cargo fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
PrototypeNM1 committed Oct 28, 2020
1 parent 2c3c672 commit ea6c9c3
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 ea6c9c3

Please sign in to comment.