symtropy-core 0.1.1

The permissive Symtropy distribution: core Bevy physics bundle without AGPL dependencies.
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 = "symtropy-core"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The permissive Symtropy distribution: core Bevy physics bundle without AGPL dependencies."
readme = false
keywords = [
    "bevy",
    "game-engine",
    "symtropy",
    "physics",
    "distribution",
]
categories = ["game-engines"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/luminous-dynamics/symtropy"
resolver = "2"

[features]
default = []
low-level = []

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

[dependencies.bevy]
version = "0.18"
default-features = false

[dependencies.symtropy-bevy-core]
version = "0.1.1"

[dependencies.symtropy-bevy-scene]
version = "0.1.1"

[dependencies.symtropy-devconsole]
version = "0.1.1"

[dependencies.symtropy-math]
version = "0.2.1"

[dependencies.symtropy-physics]
version = "0.2.1"