Skip to content

Commit

Permalink
Add categories to Cargo.toml
Browse files Browse the repository at this point in the history
`os::android-apis` depends on rust-lang/crates.io#8558
  • Loading branch information
MarijnS95 committed Apr 29, 2024
1 parent 49bbbba commit 7115fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ndk-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ documentation = "https://docs.rs/ndk-sys"
homepage = "https://github.com/rust-mobile/ndk"
repository = "https://github.com/rust-mobile/ndk"
rust-version = "1.60"
categories = ["os", "os::android-apis", "external-ffi-bindings"]

[dependencies]
jni-sys = "0.3.0"
Expand Down
1 change: 1 addition & 0 deletions ndk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ documentation = "https://docs.rs/ndk"
homepage = "https://github.com/rust-mobile/ndk"
repository = "https://github.com/rust-mobile/ndk"
rust-version = "1.66"
categories = ["os", "os::android-apis", "api-bindings"]

[features]
default = ["rwh_06"]
Expand Down

0 comments on commit 7115fad

Please sign in to comment.