v1.6.0 - Removed low level libraries computer and component. They must now be imported.
This commit is contained in:
@@ -2,6 +2,7 @@ local shellcfg = import("/halyde/config/shell.cfg")
|
||||
import("/halyde/core/termlib.lua")
|
||||
local event = import("event")
|
||||
local filesystem = import("filesystem")
|
||||
local component = import("component")
|
||||
local gpu = component.proxy(component.list("gpu")())
|
||||
|
||||
_G.shell = {}
|
||||
|
||||
Reference in New Issue
Block a user