mirror of
https://github.com/Noratrieb/minmax.git
synced 2026-01-14 15:25:08 +01:00
jni
This commit is contained in:
parent
193c89c25c
commit
5bfabd3cec
7 changed files with 568 additions and 3 deletions
13
rs-wrapper/Cargo.toml
Normal file
13
rs-wrapper/Cargo.toml
Normal 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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue