Rust-for-Arduboy/Project/test_game/Cargo.toml

13 lines
171 B
TOML
Raw Normal View History

2023-10-12 11:16:00 +02:00
[package]
name = "test_game"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["staticlib"]
[dependencies]
[dependencies.arduboy-rust]
path = "../../arduboy-rust"