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 024b9c9dbc
commit 55237a2ba2
16 changed files with 226 additions and 274 deletions

View File

@@ -7,6 +7,7 @@ edition = "2021"
proc-macro = true
[dependencies]
itertools = "0.12.1"
proc-macro2 = "1.0.81"
quote = "1.0.36"
syn = { version = "2.0.60", features = ["extra-traits"] }
syn = { version = "2.0.60", features = ["extra-traits", "full"] }