Compare commits

..

1 commit

Author SHA1 Message Date
marked
a969297e10 Sync to upstream Jecs 2025-03-02 18:30:14 +00:00
6 changed files with 10 additions and 10 deletions

View file

@ -1,2 +1,2 @@
modified = ["README.md", "LICENSE", ".luaurc", "CHANGELOG.md", "jecs.luau"] modified = ["README.md", "LICENSE", ".luaurc", "CHANGELOG.md", "jecs.luau"]
version = "0.5.5-nightly.20250302T183121Z" version = "0.5.5-nightly.20250302T183002Z"

View file

@ -3,10 +3,10 @@ includes = ["init.luau", "pesde.toml", "README.md", "CHANGELOG.md", "LICENSE", "
license = "MIT" license = "MIT"
name = "marked/jecs_nightly" name = "marked/jecs_nightly"
repository = "https://git.devmarked.win/marked/jecs-nightly" repository = "https://git.devmarked.win/marked/jecs-nightly"
version = "0.5.5-nightly.20250302T183121Z" version = "0.5.5-nightly.20250302T183002Z"
[indices] [indices]
default = "https://github.com/pesde-pkg/index" default = "https://github.com/daimond113/pesde-index"
[target] [target]
environment = "luau" environment = "luau"

View file

@ -1,2 +1,2 @@
passed = true passed = true
timestamp = "20250302T183122Z" timestamp = "20250302T183004Z"

View file

@ -1,6 +1,6 @@
8.3 us  3 kB│ delete children of entity 8.0 us  3 kB│ delete children of entity
9.3 us  2 kB│ remove friends of entity 8.9 us  2 kB│ remove friends of entity
332 ns  0  B│ simple deletion of entity 324 ns  0  B│ simple deletion of entity
removing removing
archetype archetype
PASS│  PASS│ 
@ -110,5 +110,5 @@ removing
PASS│ #2 PASS│ #2
PASS│ #3 PASS│ #3
68/68 test cases passed in 31.778 ms. 68/68 test cases passed in 31.690 ms.
0 fails 0 fails

View file

@ -5,4 +5,4 @@ license = "MIT"
name = "mark-marks/jecs-nightly" name = "mark-marks/jecs-nightly"
realm = "shared" realm = "shared"
registry = "https://github.com/UpliftGames/wally-index" registry = "https://github.com/UpliftGames/wally-index"
version = "0.5.5-nightly.20250302T183121Z" version = "0.5.5-nightly.20250302T183002Z"

View file

@ -31,7 +31,7 @@ local function make_pesde_manifest(version: string, scope: string): types.PesdeM
}, },
indices = { indices = {
default = "https://github.com/pesde-pkg/index", default = "https://github.com/daimond113/pesde-index",
}, },
} }
end end