Improved the internals of the LuaDeviceConfig macro and improve the

usability of the macro
This commit is contained in:
2024-04-26 04:53:45 +02:00
parent 4781610fcd
commit ffe06fde6e
16 changed files with 226 additions and 274 deletions

1
Cargo.lock generated
View File

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