Initial commit

This commit is contained in:
marked 2025-03-02 05:07:57 +01:00
commit f06242ebb5
33 changed files with 6060 additions and 0 deletions

24
README.md Normal file
View file

@ -0,0 +1,24 @@
# jecs-nightly
Nightly releases of jecs.
All versions are in the format of `<latest-jecs-version>-nightly.timestamp`.</br>
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)
1. `pesde add marked/jecs_nightly`
2. `pesde install`
## Installation (wally)
1. Add `jecs-nightly` to your manifest:
```toml
[dependencies]
jecs = "mark-marks/jecs-nightly@LATEST" # Replace LATEST with the latest version
```
2. `wally install`