Added library commands and drag&drop for rearranging and copying of tools

This commit is contained in:
Markus Lampert
2019-10-27 23:58:07 -07:00
parent bb07dc1c58
commit d0b8f34ba5
4 changed files with 272 additions and 67 deletions

View File

@@ -0,0 +1,14 @@
{
"tools": {
"1": "t1",
"2": "t2",
"3": "t3",
"4": "t4",
"5": "t5",
"6": "t6",
"7": "t7",
"8": "t8",
"9": "t9"
},
"version": 1
}