Skip to content

Commit b6066c3

Browse files
committed
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.
1 parent b8a9933 commit b6066c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_derive/src/bevy_main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pub fn bevy_main(_attr: TokenStream, item: TokenStream) -> TokenStream {
1010
);
1111

1212
TokenStream::from(quote! {
13-
// use ndk-glue macro to create an activity: https://github.com/rust-windowing/android-ndk-rs/tree/master/ndk-macro
13+
// use ndk-glue macro to create an activity: https://github.com/rust-mobile/ndk-glue/tree/main/ndk-macro
1414
#[cfg(target_os = "android")]
1515
#[cfg_attr(target_os = "android", bevy::ndk_glue::main(backtrace = "on", ndk_glue = "bevy::ndk_glue"))]
1616
fn android_main() {

0 commit comments

Comments
 (0)