This commit is contained in:
2020-01-30 21:07:23 +08:00
parent 62f7aad67b
commit 139ee9fe6f
4 changed files with 84 additions and 0 deletions

11
jni/samplejni/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "samplejni"
version = "0.1.0"
authors = ["Hatter Jiang@Pixelbook <jht5945@gmail.com>"]
edition = "2018"
[dependencies]
jni = "0.13.0"
[lib]
crate_type = ["cdylib"]