
+ Added pesde support + Added `.search()` to `ref` and made `ref()` (`.set_ref()`) & `.search()` return a clearer which removes the reference + Bumped to 0.1.6
18 lines
328 B
TOML
18 lines
328 B
TOML
[package]
|
|
name = "mark-marks/jecs-utils"
|
|
version = "0.1.6"
|
|
registry = "https://github.com/UpliftGames/wally-index"
|
|
realm = "shared"
|
|
license = "MIT"
|
|
exclude = ["**"]
|
|
include = [
|
|
"default.project.json",
|
|
"dist",
|
|
"dist/**",
|
|
"LICENSE",
|
|
"wally.toml",
|
|
"README.md",
|
|
]
|
|
|
|
[dependencies]
|
|
jecs = "ukendio/jecs@0.3.2"
|