diff options
Diffstat (limited to 'honey/std.lua')
-rw-r--r-- | honey/std.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/honey/std.lua b/honey/std.lua index b16708a..b0b6a15 100644 --- a/honey/std.lua +++ b/honey/std.lua @@ -5,7 +5,6 @@ honey.loop = init.loop honey.terminate = init.terminate honey.ecs = require 'honey.ecs' -honey.standardSystems = require 'honey.ecs-systems' honey.mesh = require 'honey.mesh' honey.shader = require 'honey.shader' honey.Window = require 'honey.window' |