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

17 lines
419 B
TOML

[package]
name = "shared"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Shared reflectable authoring types and scene hydration for the FPS game/editor"
[dependencies]
avian3d.workspace = true
bevy.workspace = true
blake3 = "1"
material_schema.workspace = true
ron = "0.8"
serde.workspace = true
settings.workspace = true
uuid = { version = "1", features = ["v4", "serde"] }