Blacksite/crates/scene/Cargo.toml
Rbanh 0798aa5d57 Build renderer and material component foundations
Add dedicated skinned rendering, pose restoration, shared Material and Material Instance slots, registry-driven components, Surface/Solari integration, transactional schema upgrades, navigation authoring, documentation, and evaluation evidence.
2026-07-12 00:24:06 -04:00

18 lines
400 B
TOML

[package]
name = "scene"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Level scene schema versioning and validation (no Bevy dependency)"
[dependencies]
blake3 = "1"
serde = { workspace = true }
ron = "0.8"
ron-edit = "=0.2.0"
nav_glam.workspace = true
polyanya.workspace = true
rerecast.workspace = true
shared.workspace = true
settings.workspace = true