14 lines
320 B
TOML
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
|