From ffaabf09c8b7881458c3035109ff822bb71294cd Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Mon, 4 Jul 2022 00:21:29 +0100 Subject: [PATCH] Cargo.toml tweaks for publishing --- android-activity/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/android-activity/Cargo.toml b/android-activity/Cargo.toml index c27a152..6a96f3f 100644 --- a/android-activity/Cargo.toml +++ b/android-activity/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" edition = "2021" keywords = ["android", "ndk"] readme = "../README.md" +homepage = "https://github.com/rib/android-activity" +repository = "https://github.com/rib/android-activity" +description = "Glue for building Rust applications on Android with NativeActivity or GameActivity" license = "MIT OR Apache-2.0" [features] @@ -24,7 +27,6 @@ ndk = { version = "0.6" } ndk-sys = { version = "0.3" } ndk-context = { version = "0.1" } android-properties = "0.2" -lazy_static = "1.4.0" num_enum = "0.5" bitflags = "1.3" libc = "0.2.84"