added ArdVoice example and cleanup the project game
This commit is contained in:
parent
4fd55e8642
commit
928d1fae1c
8 changed files with 601 additions and 552 deletions
11
Examples/ardvoice/Cargo.toml
Normal file
11
Examples/ardvoice/Cargo.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "ardvoice"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
crate-type = ["staticlib"]
|
||||
|
||||
[dependencies]
|
||||
|
||||
arduboy-rust = { path = "../../arduboy-rust" }
|
Loading…
Add table
Add a link
Reference in a new issue