first commit

This commit is contained in:
Zenn 2023-08-06 18:14:49 +02:00
commit c591b2c272
50 changed files with 2650 additions and 0 deletions

15
Cargo.toml Normal file
View 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"