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
14
Cargo.lock
generated
14
Cargo.lock
generated
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue