Everything needed to construct a new device is passed in through lua

This commit is contained in:
2024-04-25 01:35:23 +02:00
parent 463b5347b4
commit 7f0b2b3021
22 changed files with 490 additions and 252 deletions

1
Cargo.lock generated
View File

@@ -110,6 +110,7 @@ dependencies = [
name = "automation_macro"
version = "0.1.0"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.60",
]