Initial commit

This commit is contained in:
aaron 2023-04-06 02:54:21 +01:00
commit e76234feb5
52 changed files with 5235 additions and 0 deletions

10
wally.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "centau/ecr"
description = "A fast, lightweight Luau ECS library."
version = "0.4.0"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
include = ["src", "LICENSE.md", "default.project.json"]
exclude = ["CHANGELOG.md", ".gitignore", ".github", ".gitattributes", "test", "docs", "README.md", ".luaurc"]
[dependencies]