Initial push

This commit is contained in:
marked 2024-11-12 16:33:33 +01:00
commit 6a08d8d7f4
8 changed files with 2118 additions and 0 deletions

13
pesde.toml Normal file
View file

@ -0,0 +1,13 @@
name = "marked/jecs_pesde"
description = "A minimal copy of jecs intended for adding as a Luau git dependency on pesde projects"
version = "0.3.2"
repository = "https://git.devmarked.win/marked/jecs-pesde"
includes = ["init.luau", "pesde.toml", "README.md", "LICENSE", ".luaurc"]
[target]
environment = "luau"
lib = "init.luau"
[indices]
default = "https://github.com/daimond113/pesde-index"