Jecs nightly
Find a file
2025-03-24 01:11:14 +01:00
.forgejo/workflows Evil multitargetting 2025-03-12 21:21:41 +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
assets Pretty 2025-03-02 20:01:03 +01:00
jecs Sync to released Jecs 0.5.5-nightly.20250312T202956Z (#30) 2025-03-24 01:11:14 +01:00
src -tools 2025-03-12 21:34:03 +01:00
.gitignore Evil multitargetting 2025-03-12 21:21:41 +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 Pretty 2025-03-02 20:01:03 +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

CD License: MIT Wally Pesde

Nightly releases of Jecs.

Format

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 might ruin your day eventually.

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