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

14
Cargo.lock generated
View file

@ -10,6 +10,13 @@ dependencies = [
"panic-halt",
]
[[package]]
name = "ardvoice"
version = "0.1.0"
dependencies = [
"arduboy-rust",
]
[[package]]
name = "atomic-polyfill"
version = "0.1.11"
@ -31,13 +38,6 @@ version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "cracker"
version = "0.1.0"
dependencies = [
"arduboy-rust",
]
[[package]]
name = "critical-section"
version = "1.1.2"