Sync to upstream Jecs 0.5.5 (#9)

Reviewed-on: #9
This commit is contained in:
marked 2025-03-12 21:36:28 +01:00
parent d756446628
commit b19deb7f0f
3 changed files with 2569 additions and 5 deletions

View file

@ -1,7 +1,7 @@
authors = ["jecs authors"]
description = "A minimal copy of jecs published on the official pesde registry"
includes = [
"init.luau",
"jecs.luau",
"pesde.toml",
"README.md",
"CHANGELOG.md",
@ -18,4 +18,4 @@ default = "https://github.com/pesde-pkg/index"
[target]
environment = "luau"
lib = "init.luau"
lib = "jecs.luau"