Jecs nightly
Find a file
2025-03-02 18:56:36 +01:00
.forgejo/workflows Fix typo 2025-03-02 18:56:36 +01:00
.lune/.lune-defs Initial commit 2025-03-02 05:07:57 +01:00
.zed Initial commit 2025-03-02 05:07:57 +01:00
src Fix thing I broke 2025-03-02 18:54:40 +01:00
.gitignore Initial commit 2025-03-02 05:07:57 +01:00
.luaurc Initial commit 2025-03-02 05:07:57 +01:00
LICENSE Initial commit 2025-03-02 05:07:57 +01:00
README.md Initial commit 2025-03-02 05:07:57 +01:00
rokit.toml Add rojo to rokit.toml 2025-03-02 18:52:32 +01:00
stylua.toml Initial commit 2025-03-02 05:07:57 +01:00

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)

  1. pesde add marked/jecs_nightly
  2. pesde install

Installation (wally)

  1. Add jecs-nightly to your manifest:
    [dependencies]
    jecs = "mark-marks/jecs-nightly@LATEST" # Replace LATEST with the latest version
    
  2. wally install