Show all nodes with no selection (#893)

* Show all nodes with no selection

* Slight text tweaks

* Rename to artwork

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
0HyperCube
2022-12-21 11:12:33 +00:00
committed by Keavon Chambers
parent 3a4a0eaf68
commit 81f365c999
5 changed files with 34 additions and 21 deletions

View File

@@ -17,3 +17,6 @@ proc-macro = true
proc-macro2 = "1"
quote = "1"
syn = { version = "1", default-features = false, features = ["derive", "parsing", "proc-macro", "printing"] }
[dev-dependencies]
dyn-any = { path = "..", features = ["derive"] }