mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
bump wally version
This commit is contained in:
parent
fb3b8a5f67
commit
e486c11dc2
1 changed files with 9 additions and 3 deletions
12
wally.toml
12
wally.toml
|
@ -1,8 +1,14 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ukendio/jecs"
|
name = "ukendio/jecs"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
registry = "https://github.com/UpliftGames/wally-index"
|
registry = "https://github.com/UpliftGames/wally-index"
|
||||||
realm = "shared"
|
realm = "shared"
|
||||||
include = ["default.project.json", "src/**",
|
include = [
|
||||||
"src", "wally.toml", "README.md", "CHANGELOG.md"]
|
"default.project.json",
|
||||||
|
"src/**",
|
||||||
|
"src",
|
||||||
|
"wally.toml",
|
||||||
|
"README.md",
|
||||||
|
"CHANGELOG.md",
|
||||||
|
]
|
||||||
exclude = ["**"]
|
exclude = ["**"]
|
||||||
|
|
Loading…
Reference in a new issue