updated
This commit is contained in:
parent
cca197bf45
commit
36cb36ffee
9 changed files with 126 additions and 1 deletions
13
Project/test_game/Cargo.toml
Normal file
13
Project/test_game/Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
[package]
|
||||
name = "test_game"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
crate-type = ["staticlib"]
|
||||
|
||||
[dependencies]
|
||||
|
||||
[dependencies.arduboy-rust]
|
||||
path = "../../arduboy-rust"
|
Loading…
Add table
Add a link
Reference in a new issue