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.
18 lines
400 B
TOML
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
|