mirror of
https://github.com/bakpakin/tiny-ecs.git
synced 2026-07-21 23:56:50 -06:00
Remove inspect.lua from source.
This commit is contained in:
@@ -2,9 +2,6 @@
|
|||||||
-- @author Calvin Rose
|
-- @author Calvin Rose
|
||||||
local tiny = { _VERSION = "1.0.2" }
|
local tiny = { _VERSION = "1.0.2" }
|
||||||
|
|
||||||
require "luarocks.loader"
|
|
||||||
local inspect = require "inspect"
|
|
||||||
|
|
||||||
-- Local versions of standard lua functions
|
-- Local versions of standard lua functions
|
||||||
local tinsert = table.insert
|
local tinsert = table.insert
|
||||||
local tremove = table.remove
|
local tremove = table.remove
|
||||||
|
|||||||
Reference in New Issue
Block a user