mirror of
https://github.com/tribufu/tribufu-java
synced 2026-06-01 09:42:37 +00:00
Remove Rust Project
This commit is contained in:
parent
6f9a2fb7bd
commit
0d148a829f
3 changed files with 0 additions and 63 deletions
18
Cargo.toml
18
Cargo.toml
|
|
@ -1,18 +0,0 @@
|
|||
[package]
|
||||
name = "TribuFu-jvm"
|
||||
version = "0.0.1"
|
||||
description = "Jvm bindings to TribuFu SDK"
|
||||
repository = "https://github.com/TribuFu/SDK"
|
||||
authors = ["TribuFu <contact@tribufu.com>"]
|
||||
license = "Apache-2.0"
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name="TribuFu_jvm"
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
path = "Source/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
TribuFu_sys = { path = "../DevKit.Rs/Native", package = "TribuFu-sys" }
|
||||
jni = "0.19.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue