Everything needed to construct a new device is passed in through lua
This commit is contained in:
@@ -7,5 +7,6 @@ edition = "2021"
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.81"
|
||||
quote = "1.0.36"
|
||||
syn = "2.0.60"
|
||||
syn = { version = "2.0.60", features = ["extra-traits"] }
|
||||
|
||||
Reference in New Issue
Block a user