This commit moves some parts of main.lua into various other files
located in the src/ directory. It also moves the libraries that were
located in root to libs/. This creater a nice distinction between the
different source files.
main.lua and conf.lua
This is the core of neko8.
src/, ui/, editors/
Here are the various smaller modules that don't fit into core.
libs/
Here are all the libraries from external sources, i.e. not made by us
directly.
This commit moves some parts of
main.lua
into various other files located in thesrc/
directory. It also moves the libraries that were located in root tolibs/
. This creater a nice distinction between the different source files.main.lua
andconf.lua
This is the core of neko8.src/
,ui/
,editors/
Here are the various smaller modules that don't fit into core.libs/
Here are all the libraries from external sources, i.e. not made by us directly.