This commit is contained in:
ZennDev1337 2023-10-12 11:16:00 +02:00
parent cca197bf45
commit 36cb36ffee
9 changed files with 126 additions and 1 deletions

View 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"