22 lines
475 B
TOML
22 lines
475 B
TOML
authors = ["jecs authors"]
|
|
description = "A minimal copy of jecs published on the official pesde registry"
|
|
includes = [
|
|
"jecs.luau",
|
|
"pesde.toml",
|
|
"README.md",
|
|
"CHANGELOG.md",
|
|
"LICENSE",
|
|
".luaurc",
|
|
]
|
|
license = "MIT"
|
|
name = "marked/jecs"
|
|
repository = "https://git.devmarked.win/marked/jecs-pesde"
|
|
version = "0.5.5"
|
|
|
|
[indices]
|
|
default = "https://github.com/pesde-pkg/index"
|
|
|
|
[target]
|
|
build_files = ["jecs.luau"]
|
|
environment = "roblox"
|
|
lib = "jecs.luau"
|