first commit
This commit is contained in:
commit
c591b2c272
50 changed files with 2650 additions and 0 deletions
15
Cargo.toml
Normal file
15
Cargo.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
[workspace]
|
||||
members = [
|
||||
"Examples/Arduboy-Tutorials/eeprom",
|
||||
"Examples/Arduboy-Tutorials/tone",
|
||||
"Examples/Arduboy-Tutorials/demo2",
|
||||
"Examples/Arduboy-Tutorials/demo3",
|
||||
"Examples/Arduboy-Tutorials/demo4",
|
||||
"Examples/Arduboy-Tutorials/demo5",
|
||||
"Examples/Arduboy-Tutorials/demo6",
|
||||
"Examples/pong",
|
||||
"Examples/rustacean",
|
||||
"Examples/snake",
|
||||
"Project/game",
|
||||
]
|
||||
resolver = "2"
|
Loading…
Add table
Add a link
Reference in a new issue