realism 0.0.3

A high-performance, production-ready scene management crate for Rust game engines
Documentation
[dependencies.glam]
version = "0.29"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

[package]
authors = ["Saptak Santra"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-engines", "game-development"]
description = "A high-performance, production-ready scene management crate for Rust game engines"
edition = "2021"
keywords = ["game-development", "ecs", "scene-graph", "game-engine"]
license = "Apache-2.0"
name = "realism"
readme = "README.md"
repository = "https://github.com/yourusername/realism"
version = "0.0.3"

[[test]]
name = "core_tests"
path = "tests/core_tests.rs"

[[test]]
name = "spatial_tests"
path = "tests/spatial_tests.rs"