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.
14 lines
325 B
TOML
14 lines
325 B
TOML
[package]
|
|
name = "blacksite_surface"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "Blacksite raster and ray-tracing Surface ABI material runtime"
|
|
|
|
[dependencies]
|
|
bevy.workspace = true
|
|
naga = { version = "29", features = ["wgsl-in"] }
|
|
ron = "0.8"
|
|
shared.workspace = true
|
|
uuid = "1"
|