Cleanup & refactor
This commit is contained in:
parent
d3b6212463
commit
2a6907434a
50 changed files with 937 additions and 4110 deletions
17
pesde.toml
17
pesde.toml
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue