scenix 0.2.0

Facade crate for the scenix Scene Graph APIs.
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"
rust-version = "1.89"
name = "scenix"
version = "0.2.0"
authors = ["Aarambh Dev Hub"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Facade crate for the scenix Scene Graph APIs."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/AarambhDevHub/scenix"
resolver = "2"

[features]
approx = ["scenix-math/approx"]
default = [
    "std",
    "scene",
]
gpu = ["scenix-core/gpu"]
libm = ["scenix-math/libm"]
scene = ["dep:scenix-scene"]
serde = [
    "scenix-math/serde",
    "scenix-core/serde",
    "scenix-input/serde",
    "scenix-scene?/serde",
]
std = [
    "scenix-math/std",
    "scenix-core/std",
    "scenix-input/std",
    "scenix-scene?/std",
]

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

[dependencies.scenix-core]
version = "0.2.0"
default-features = false

[dependencies.scenix-input]
version = "0.2.0"
default-features = false

[dependencies.scenix-math]
version = "0.2.0"
default-features = false

[dependencies.scenix-scene]
version = "0.2.0"
optional = true
default-features = false