packaging(pesde), tooling(rokit), deps: Fix pesde support, bump tools, bump jecs

This commit is contained in:
marked 2024-12-03 20:17:06 +01:00
parent 3e7bb3c7ff
commit 0818b498a6
10 changed files with 31 additions and 24 deletions

View file

@ -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