Jecs nightly
.forgejo/workflows | ||
.lune/.lune-defs | ||
.zed | ||
src | ||
.gitignore | ||
.luaurc | ||
LICENSE | ||
README.md | ||
rokit.toml | ||
stylua.toml |
jecs-nightly
Nightly releases of jecs.
All versions are in the format of <latest-jecs-version>-nightly.timestamp
.
Timestamps are in the ISO 8601 format (YYYYmmddThhmmssZ
).
Warning
Don't let it auto update. If you're gonna use it, lock it to a specific version (scope/name@=VERSION
), otherwise it'll ruin your day in the future.
Installation (pesde)
pesde add marked/jecs_nightly
pesde install
Installation (wally)
- Add
jecs-nightly
to your manifest:[dependencies] jecs = "mark-marks/jecs-nightly@LATEST" # Replace LATEST with the latest version
wally install