mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
16 lines
282 B
TOML
16 lines
282 B
TOML
|
[package]
|
||
|
name = "ukendio/jecs"
|
||
|
version = "0.5.5"
|
||
|
registry = "https://github.com/UpliftGames/wally-index"
|
||
|
realm = "shared"
|
||
|
license = "MIT"
|
||
|
include = [
|
||
|
"default.project.json",
|
||
|
"jecs.luau",
|
||
|
"wally.toml",
|
||
|
"README.md",
|
||
|
"CHANGELOG.md",
|
||
|
"LICENSE",
|
||
|
]
|
||
|
exclude = ["**"]
|