1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2024-08-22 08:25:05 +00:00
doukutsu-rs/drsandroid/Cargo.toml
2021-04-28 21:27:22 +02:00

15 lines
305 B
TOML

[package]
name = "drsandroid"
version = "0.1.0"
authors = ["Alula"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
ndk = "0.3"
ndk-glue = "0.3"
ndk-sys = "0.2"
doukutsu-rs = { path = "../", default-features = false, features = ["android", "backend-glutin", "ogg-playback", "scripting"] }