Rust-for-Arduboy/Project/test_game/Cargo.toml
2023-10-12 11:16:00 +02:00

13 lines
No EOL
171 B
TOML

[package]
name = "test_game"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["staticlib"]
[dependencies]
[dependencies.arduboy-rust]
path = "../../arduboy-rust"