Skip to content

Commit

Permalink
Release (#44)
Browse files Browse the repository at this point in the history
* Add release

* Release 0.1.0

* Move the benches to bench.project.json
  • Loading branch information
Ukendio authored May 19, 2024
1 parent f559931 commit b8f7bed
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 780 deletions.
31 changes: 31 additions & 0 deletions bench.project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "jecs-test",
"tree": {
"$className": "DataModel",
"StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"$path": "tests"
}
},
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"Lib": {
"$path": "lib"
},
"rgb": {
"$path": "rgb.lua"
},
"benches": {
"$path": "benches"
},
"mirror": {
"$path": "mirror"
},
"DevPackages": {
"$path": "benches/visual/DevPackages"
}
}
}
}
Loading

0 comments on commit b8f7bed

Please sign in to comment.