From a2ae7aae8357c8c2684d85fd58b0c5a0563ebab9 Mon Sep 17 00:00:00 2001 From: sanine-a Date: Tue, 9 May 2023 11:31:17 -0500 Subject: refactor: split ecs systems into multiple files --- honey/std.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'honey/std.lua') 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' -- cgit v1.2.1