mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Add wally tags
This commit is contained in:
parent
66e4c6952b
commit
a6b592727e
2 changed files with 9 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
[](LICENSE-APACHE)
|
||||
[![Wally]()]()
|
||||
[](https://wally.run/package/ukendio/jecs)
|
||||
|
||||
Just an ECS
|
||||
|
||||
|
|
11
wally.toml
11
wally.toml
|
@ -1,10 +1,15 @@
|
|||
[package]
|
||||
name = "marcus/jade"
|
||||
version = "0.1.0"
|
||||
name = "ukendio/jecs"
|
||||
version = "0.0.0-prototype.rc.1"
|
||||
registry = "https://github.com/UpliftGames/wally-index"
|
||||
realm = "shared"
|
||||
exclude = ["**"]
|
||||
include = ["default.project.json", "lib", "wally.toml", "README.md"]
|
||||
|
||||
[dev-dependencies]
|
||||
TestEZ = "roblox/testez@0.4.1"
|
||||
Matter = "matter-ecs/matter@0.7.1"
|
||||
Matter = "matter-ecs/matter@0.8.0"
|
||||
ecr = "centau/ecr@0.8.0"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue