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

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