gravitron_components 0.1.0

Gravitron's ECS Components
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 = "2021"
name = "gravitron_components"
version = "0.1.0"
build = false
exclude = ["CHANGELOG.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Gravitron's ECS Components"
readme = "README.md"
keywords = [
    "game",
    "gravitron",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Profiidev/gravitron"

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

[dependencies.glam]
version = "0.29.3"

[dependencies.gravitron_ecs]
version = "0.4.1"

[dependencies.gravitron_hierarchy]
version = "0.2.0"

[dependencies.gravitron_plugin]
version = "0.2.0"