added graphics to supervisor depends

This commit is contained in:
Mikayla Fischler 2023-06-07 21:25:42 -04:00
parent 13a8435f6c
commit 775ffc8094

View File

@ -71,7 +71,7 @@ def make_manifest(size):
"depends" : {
"reactor-plc" : [ "system", "common", "graphics" ],
"rtu" : [ "system", "common", "graphics" ],
"supervisor" : [ "system", "common" ],
"supervisor" : [ "system", "common", "graphics" ],
"coordinator" : [ "system", "common", "graphics" ],
"pocket" : [ "system", "common", "graphics" ]
},