added demo9
This commit is contained in:
parent
28d1b1a6da
commit
65db708e61
11 changed files with 243 additions and 73 deletions
11
Examples/Arduboy-Tutorials/demo9/Cargo.toml
Normal file
11
Examples/Arduboy-Tutorials/demo9/Cargo.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "demo9"
|
||||
version = "0.1.0"
|
||||
authors = ["ZennDev <zenndev@protonmail.com>"]
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
crate-type = ["staticlib"]
|
||||
|
||||
[dependencies]
|
||||
arduboy-rust = { path = "../../../arduboy-rust" }
|
Loading…
Add table
Add a link
Reference in a new issue