Published: 2026-05-14.
Crates.io: <https://crates.io/crates/scena/1.0.1>.
docs.rs: <https://docs.rs/scena/1.0.1/scena/>.
`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.
```bash
cargo add scena
```
Equivalent `Cargo.toml` entry:
```toml
[dependencies]
scena = "1.0"
```
- ---