Blacksite/crates/blacksite_surface/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

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"