Sync to upstream Jecs 0.5.5 #9

Merged
marked merged 1 commit from auto/update-jecs into main 2025-03-12 21:36:28 +01:00
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"] authors = ["jecs authors"]
description = "A minimal copy of jecs published on the official pesde registry" description = "A minimal copy of jecs published on the official pesde registry"
includes = [ includes = [
"init.luau", "jecs.luau",
"pesde.toml", "pesde.toml",
"README.md", "README.md",
"CHANGELOG.md", "CHANGELOG.md",
@ -17,6 +17,6 @@ version = "0.5.5"
default = "https://github.com/pesde-pkg/index" default = "https://github.com/pesde-pkg/index"
[target] [target]
build_files = ["init.luau"] build_files = ["jecs.luau"]
environment = "roblox" environment = "roblox"
lib = "init.luau" lib = "jecs.luau"

View file

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