This commit is contained in:
nora 2023-01-09 10:01:17 +01:00
parent 193c89c25c
commit 5bfabd3cec
7 changed files with 568 additions and 3 deletions

13
rs-wrapper/Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "rs-wrapper"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
jni = "0.20.0"
minmax = { path = "../minmax-rs" }