Blacksite/crates/scene/Cargo.toml
Rbanh f29712d158
Some checks are pending
CI / Format, lint, test, build (push) Waiting to run
Initial project import
2026-06-05 21:44:45 -04:00

12 lines
263 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]
serde = { workspace = true }
ron = "0.8"
shared.workspace = true