mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Merge branch 'main' into entity-recycling
This commit is contained in:
commit
ff11d3ae1a
2 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<img src="image-5.png" width=35%/>
|
||||
</p>
|
||||
|
||||
[](LICENSE-APACHE) [](https://wally.run/package/ukendio/jecs)
|
||||
[](LICENSE) [](https://wally.run/package/ukendio/jecs)
|
||||
|
||||
Just a stupidly fast Entity Component System
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ name = "ukendio/jecs"
|
|||
version = "0.3.2"
|
||||
registry = "https://github.com/UpliftGames/wally-index"
|
||||
realm = "shared"
|
||||
license = "MIT"
|
||||
include = [
|
||||
"default.project.json",
|
||||
"src/**",
|
||||
|
@ -10,5 +11,6 @@ include = [
|
|||
"wally.toml",
|
||||
"README.md",
|
||||
"CHANGELOG.md",
|
||||
"LICENSE",
|
||||
]
|
||||
exclude = ["**"]
|
||||
|
|
Loading…
Reference in a new issue