added ArdVoice example and cleanup the project game

This commit is contained in:
Zenn 2023-09-12 19:06:18 +02:00
parent 4fd55e8642
commit 928d1fae1c
8 changed files with 601 additions and 552 deletions

View file

@ -0,0 +1,11 @@
[package]
name = "ardvoice"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["staticlib"]
[dependencies]
arduboy-rust = { path = "../../arduboy-rust" }