Cargo.toml: Add docs.rs link

This commit is contained in:
Robert Bragg
2022-07-04 19:39:03 +01:00
parent 74b2f22494
commit 3f06bce6ce
+1
View File
@@ -6,6 +6,7 @@ keywords = ["android", "ndk"]
readme = "../README.md"
homepage = "https://github.com/rib/android-activity"
repository = "https://github.com/rib/android-activity"
documentation = "https://docs.rs/android-activity"
description = "Glue for building Rust applications on Android with NativeActivity or GameActivity"
license = "MIT OR Apache-2.0"