8f8ac12cc4
Bumps [jni](https://github.com/jni-rs/jni-rs) from 0.14.0 to 0.16.0. - [Release notes](https://github.com/jni-rs/jni-rs/releases) - [Changelog](https://github.com/jni-rs/jni-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jni-rs/jni-rs/compare/v0.14.0...v0.16.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Former-commit-id: 532d743050acb3f229d97326df937b2495589ef2
23 lines
616 B
TOML
23 lines
616 B
TOML
[package]
|
|
name = "rustboyadvance-jni"
|
|
version = "0.1.0"
|
|
authors = ["Michel Heily <michelheily@gmail.com>"]
|
|
edition = "2018"
|
|
description = "JNI bindings for rustboyadvance core"
|
|
publish = false
|
|
|
|
[lib]
|
|
crate-type = ["staticlib", "cdylib"]
|
|
|
|
[dependencies]
|
|
rustboyadvance-core = {path = "../../rustboyadvance-core/"}
|
|
jni = { version = "0.16", default-features = false }
|
|
log = {version = "0.4.8", features = ["release_max_level_info", "max_level_debug"]}
|
|
ringbuf = "0.2.1"
|
|
|
|
[target.'cfg(target_os="android")'.dependencies]
|
|
android_log = "0.1.3"
|
|
|
|
[target.'cfg(not(target_os="android"))'.dependencies]
|
|
env_logger = "0.7.1"
|