Blacksite/crates/scene/Cargo.toml
Rbanh 0553a85220
Some checks are pending
CI / Format, lint, test, build (push) Waiting to run
Build production-ready editor authoring workflows
2026-07-11 12:41:04 -04:00

15 lines
322 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"
shared.workspace = true
settings.workspace = true