mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-02-06 01:17:28 +00:00
15 lines
324 B
TOML
15 lines
324 B
TOML
[package]
|
|
name = "drsandroid"
|
|
description = "doukutsu-rs targeted for Android"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
ndk = "0.7"
|
|
ndk-glue = "0.7"
|
|
ndk-sys = "0.4"
|
|
doukutsu-rs = { path = "../", default-features = false, features = ["default-base", "backend-glutin", "webbrowser"] }
|