Blacksite/crates/material_schema/Cargo.toml
Rbanh 53dc1e44d8
Some checks are pending
CI / Format, lint, test, build (push) Waiting to run
feat: add production UI gallery and inspector system
2026-07-18 12:05:26 -04:00

13 lines
436 B
TOML

[package]
name = "material_schema"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Lightweight authored material schema and value types shared by Blacksite tools"
[dependencies]
bevy_color = { version = "0.19", features = ["serialize"] }
bevy_math = { version = "0.19", features = ["bevy_reflect", "serialize"] }
bevy_reflect = { version = "0.19", features = ["glam"] }
serde.workspace = true