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

2564
jecs.luau Normal file

File diff suppressed because it is too large Load diff

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",
@ -17,6 +17,6 @@ version = "0.5.5"
default = "https://github.com/pesde-pkg/index"
[target]
build_files = ["init.luau"]
build_files = ["jecs.luau"]
environment = "roblox"
lib = "init.luau"
lib = "jecs.luau"

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"