Cleanup & refactor
Some checks failed
Continous Integration / Build (push) Successful in 11s
Continous Integration / Lint (push) Successful in 9s
Continous Integration / Styling (push) Failing after 3s
Continous Integration / Unit Testing (push) Failing after 30s

This commit is contained in:
marked 2025-05-07 00:37:24 +02:00
parent d3b6212463
commit 2a6907434a
50 changed files with 937 additions and 4110 deletions

View file

@ -1,17 +1,18 @@
name = "mark_marks/jecs_utils"
version = "0.1.7-rc.1"
description = "A set of utilities for jecs"
authors = ["marked/Mark-Marks"]
repository = "https://github.com/mark-marks/jecs-utils"
name = "marked/hammer"
version = "0.2.0"
description = "A set of utilities for Jecs"
authors = ["marked"]
repository = "https://git.devmarked.win/marked/hammer"
license = "MIT"
includes = ["lib", "LICENSE", "pesde.toml", "README.md", "jecs.luau"]
includes = ["lib", "lib/**", "LICENSE", "pesde.toml", "README.md", "jecs.luau"]
[target]
environment = "luau"
lib = "lib/init.luau"
[indices]
default = "https://github.com/daimond113/pesde-index"
default = "https://github.com/pesde-pkg/index"
[dependencies]
jecs = { name = "mark_marks/jecs_pesde", version = "^0.4.0" }
# `marked/jecs@0.5.5` was yanked due to some issues, this is the equivalent
jecs = { name = "marked/jecs_nightly", version = "=0.5.5-nightly.20250312T202956Z" }