Rust-for-Arduboy/Project/game/Cargo.toml
2023-08-07 16:28:11 +02:00

11 lines
178 B
TOML

[package]
name = "game"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["staticlib"]
[dependencies]
avr-progmem = "0.3.3"
arduboy-rust = { path = "../../arduboy-rust" }