Files
android-activity/examples/agdk-mainloop/Cargo.toml
T
2022-05-25 22:27:53 +01:00

15 lines
307 B
TOML

[package]
name = "agdk-mainloop"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4"
android_logger = "0.11.0"
game-activity = { path="../../game-activity" }
[lib]
name="main"
crate_type=["cdylib"]