fix: Make the pull script work with jecs 0.5.x, chore: Pull latest

This commit is contained in:
marked 2025-01-16 20:44:09 +01:00
parent c799215642
commit 4b17cad7d4
8 changed files with 1123 additions and 436 deletions

View file

@ -4,16 +4,17 @@ includes = [
"init.luau",
"pesde.toml",
"README.md",
"CHANGELOG.md",
"LICENSE",
".luaurc",
]
license = "MIT"
name = "mark_marks/jecs_pesde"
repository = "https://git.devmarked.win/marked/jecs-pesde"
version = "0.4.0"
version = "0.5.2"
[indices]
default = "https://github.com/daimond113/pesde-index"
default = "https://github.com/pesde-pkg/index"
[target]
environment = "luau"