parent
d756446628
commit
b19deb7f0f
3 changed files with 2569 additions and 5 deletions
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue