Blacksite/crates/shared/Cargo.toml

15 lines
333 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"
ron = "0.8"
serde.workspace = true
settings.workspace = true