File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ BuildCC interface lib
47
47
rectangle "tiny-process-library" as tpl #palegreen
48
48
49
49
rectangle Environment as env #aliceblue
50
+ rectangle Schema as schema #aliceblue
50
51
rectangle Toolchain as toolchain #aliceblue
51
52
rectangle Target as target #aliceblue
52
53
rectangle "Toolchain specialized" as toolchain_specialized #aliceblue
@@ -61,17 +62,19 @@ BuildCC interface lib
61
62
spdlog .up.> env
62
63
tpl .up.> env
63
64
64
- flatbuffers .up.> target
65
- taskflow -up-> target
66
-
67
65
cli11 -up-> args
68
66
taskflow -up-> register
69
67
68
+ flatbuffers .up.> schema
69
+
70
70
env -up-> toolchain
71
+ env -up-> schema
71
72
73
+ taskflow -up-> target
74
+ schema -up-> target
72
75
toolchain -up-> target
73
- toolchain -up-> toolchain_specialized
74
76
77
+ toolchain -up-> toolchain_specialized
75
78
target -up-> target_specialized
76
79
77
80
target -up-> args
You can’t perform that action at this time.
0 commit comments