Initial push
This commit is contained in:
commit
ee69c03334
31 changed files with 1578 additions and 0 deletions
18
wally.toml
Normal file
18
wally.toml
Normal file
|
@ -0,0 +1,18 @@
|
|||
[package]
|
||||
name = "mark-marks/jecs-utils"
|
||||
version = "0.1.0"
|
||||
registry = "https://github.com/UpliftGames/wally-index"
|
||||
realm = "shared"
|
||||
license = "MIT"
|
||||
exclude = ["**"]
|
||||
include = [
|
||||
"default.project.json",
|
||||
"lib",
|
||||
"lib/**",
|
||||
"LICENSE",
|
||||
"wally.toml",
|
||||
"README.md",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
jecs = "ukendio/jecs@0.2.10"
|
Loading…
Add table
Add a link
Reference in a new issue