scena 1.3.0

A Rust-native scene-graph renderer with typed scene state, glTF assets, and explicit prepare/render lifecycles.
Documentation
# scena v1.0.1 Release Notes

Published: 2026-05-14.

Crates.io: <https://crates.io/crates/scena/1.0.1>.

docs.rs: <https://docs.rs/scena/1.0.1/scena/>.

## Scope

`scena` v1.0.1 is a documentation and package hygiene release. It keeps the
same public renderer API as v1.0.0 and publishes the cleaned user-facing docs
set as the default documentation shipped with the crate.

## Install

```bash
cargo add scena
```

Equivalent `Cargo.toml` entry:

```toml
[dependencies]
scena = "1.0"
```

## Changes

- Reworked public documentation into a user-facing docs set.
- Updated `xtask doctor` documentation gates to validate public docs.
- Kept benchmark baseline data as test fixture data instead of public docs.
- Supersedes v1.0.0 for new installs.