v1.6.0 - Removed low level libraries computer and component. They must now be imported.
This commit is contained in:
+2
-1
@@ -1,7 +1,7 @@
|
||||
local agcfg = {
|
||||
["halyde"] = {
|
||||
["maindir"] = "",
|
||||
["version"] = "1.5.0",
|
||||
["version"] = "1.6.0",
|
||||
["description"] = "A universal, customizable and feature-packed operating system for OpenComputers.",
|
||||
["directories"] = {
|
||||
"halyde/apps",
|
||||
@@ -48,6 +48,7 @@ local agcfg = {
|
||||
"halyde/core/shell.lua",
|
||||
"halyde/core/termlib.lua",
|
||||
"halyde/lib/component.lua",
|
||||
"halyde/lib/computer.lua",
|
||||
"halyde/lib/event.lua",
|
||||
"halyde/lib/filesystem.lua",
|
||||
"halyde/lib/raster.lua"
|
||||
|
||||
Reference in New Issue
Block a user