Initial push

This commit is contained in:
Mark Marks 2024-09-21 19:12:15 +02:00
commit ee69c03334
31 changed files with 1578 additions and 0 deletions

18
wally.toml Normal file
View 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"