Implemented snake
This commit is contained in:
parent
da5edb5cbf
commit
5ac79ce0ce
4 changed files with 223 additions and 2 deletions
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
resolver = "2"
|
||||
|
||||
members = [ "cardputer-bsc",
|
||||
members = [
|
||||
"cardputer-bsc",
|
||||
"snake",
|
||||
"test-app",
|
||||
]
|
||||
|
||||
|
|
@ -11,4 +13,4 @@ opt-level = "s"
|
|||
|
||||
[profile.dev]
|
||||
debug = true # Symbols are nice and they don't increase the size on Flash
|
||||
opt-level = "z"
|
||||
opt-level = "z"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue