mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Fix ndk-macro link (#7027)
# Objective [ndk-glue](https://github.com/rust-mobile/ndk-glue) has been split from `android-ndk-rs` into a separate repository.
This commit is contained in:
parent
b8a9933d46
commit
b6066c30b6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ pub fn bevy_main(_attr: TokenStream, item: TokenStream) -> TokenStream {
|
|||
);
|
||||
|
||||
TokenStream::from(quote! {
|
||||
// use ndk-glue macro to create an activity: https://github.com/rust-windowing/android-ndk-rs/tree/master/ndk-macro
|
||||
// use ndk-glue macro to create an activity: https://github.com/rust-mobile/ndk-glue/tree/main/ndk-macro
|
||||
#[cfg(target_os = "android")]
|
||||
#[cfg_attr(target_os = "android", bevy::ndk_glue::main(backtrace = "on", ndk_glue = "bevy::ndk_glue"))]
|
||||
fn android_main() {
|
||||
|
|
Loading…
Reference in a new issue