mirror of
https://github.com/henrikpersson/potatis.git
synced 2025-04-02 10:32:09 -04:00
11 lines
154 B
TOML
11 lines
154 B
TOML
[package]
|
|
name = "nes-android"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
nes = { path = "../nes" }
|
|
jni = "0.20.0"
|