Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
75
third-party/vendor/android-activity/Cargo.toml
vendored
Normal file
75
third-party/vendor/android-activity/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,75 @@
|
|||
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
||||
#
|
||||
# When uploading crates to the registry Cargo will automatically
|
||||
# "normalize" Cargo.toml files for maximal compatibility
|
||||
# with all versions of Cargo and also rewrite `path` dependencies
|
||||
# to registry (e.g., crates.io) dependencies.
|
||||
#
|
||||
# If you are reading this file be aware that the original Cargo.toml
|
||||
# will likely look very different (and much more reasonable).
|
||||
# See Cargo.toml.orig for the original contents.
|
||||
|
||||
[package]
|
||||
edition = "2021"
|
||||
rust-version = "1.64"
|
||||
name = "android-activity"
|
||||
version = "0.4.3"
|
||||
description = "Glue for building Rust applications on Android with NativeActivity or GameActivity"
|
||||
homepage = "https://github.com/rust-mobile/android-activity"
|
||||
documentation = "https://docs.rs/android-activity"
|
||||
readme = "README.md"
|
||||
keywords = [
|
||||
"android",
|
||||
"ndk",
|
||||
]
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/rust-mobile/android-activity"
|
||||
resolver = "1"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
rustdoc-args = [
|
||||
"--cfg",
|
||||
"docsrs",
|
||||
]
|
||||
targets = [
|
||||
"aarch64-linux-android",
|
||||
"armv7-linux-androideabi",
|
||||
"i686-linux-android",
|
||||
"x86_64-linux-android",
|
||||
]
|
||||
|
||||
[dependencies.android-properties]
|
||||
version = "0.2"
|
||||
|
||||
[dependencies.bitflags]
|
||||
version = "1.3"
|
||||
|
||||
[dependencies.jni-sys]
|
||||
version = "0.3"
|
||||
|
||||
[dependencies.libc]
|
||||
version = "0.2"
|
||||
|
||||
[dependencies.log]
|
||||
version = "0.4"
|
||||
|
||||
[dependencies.ndk]
|
||||
version = "0.7"
|
||||
|
||||
[dependencies.ndk-context]
|
||||
version = "0.1"
|
||||
|
||||
[dependencies.ndk-sys]
|
||||
version = "0.4"
|
||||
|
||||
[dependencies.num_enum]
|
||||
version = "0.6"
|
||||
|
||||
[build-dependencies.cc]
|
||||
version = "1.0"
|
||||
features = ["parallel"]
|
||||
|
||||
[features]
|
||||
default = []
|
||||
game-activity = []
|
||||
native-activity = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue