You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README: Move modularization comment down and use new blockquote syntax (#447)
The previous `> **Note**` syntax has been deprecated in favour of
`> [!NOTE]` sytnax on November 14th (2 days ago), and newer block types
were added: https://github.com/orgs/community/discussions/16925
I'm not quite sure if `IMPORTANT` carries the right load since `Crucial
information necessary for users to succeed` is no longer really
applicable; most users know where to find the crates and their names
haven't changed on crates.io.
Finally, also mention `xbuild` being favoured over `cargo-apk` (even
though there's _still_, after all these years some feature disparity).
> This repository was recently [modularized](https://github.com/rust-mobile/ndk/issues/372) and the following crates were split into separate repositories:
Rust bindings to the [Android NDK](https://developer.android.com/ndk)
@@ -19,3 +8,14 @@ Name | Description | Badges
19
8
[`ndk`](./ndk) | Safe abstraction of the bindings | [](https://crates.io/crates/ndk)[](https://docs.rs/ndk)[](https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html)
20
9
21
10
See these [`ndk-examples`](https://github.com/rust-mobile/cargo-apk/tree/main/examples/examples) and these [`rust-android-examples`](https://github.com/rust-mobile/rust-android-examples) for examples using the NDK.
11
+
12
+
> [!IMPORTANT]
13
+
> This repository was recently [modularized](https://github.com/rust-mobile/ndk/issues/372) and the following crates were split into separate repositories:
0 commit comments