qmi 0.0.6

A variant of ECS where topology matters and makes us happy.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "qmi"
version = "0.0.6"
authors = ["Glenn Wallace glennw-coding@proton.me"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A variant of ECS where topology matters and makes us happy."
readme = "README.md"
keywords = ["ecs"]
categories = [
    "game-development",
    "concurrency",
    "algorithms",
    "data-structures",
    "simulation",
]
license = "MIT"
repository = "https://github.com/Stack-Syndicate/qmi"

[lib]
name = "qmi"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.hecs]
version = "0.11.0"