packaging(pesde), tooling(rokit), deps: Fix pesde support, bump tools, bump jecs
This commit is contained in:
parent
3e7bb3c7ff
commit
0818b498a6
10 changed files with 31 additions and 24 deletions
|
@ -2,7 +2,7 @@
|
|||
--!optimize 2
|
||||
local jecs = require("../jecs")
|
||||
type entity<T = nil> = jecs.Entity<T>
|
||||
type id<T = nil> = entity<T> | jecs.Pair
|
||||
type id<T = nil> = jecs.Id<T>
|
||||
|
||||
local world = require("./world").get
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue