2026-02-07 17:46:03 -08:00
|
|
|
[package]
|
|
|
|
|
name = "jong-types"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-02-07 22:45:43 -08:00
|
|
|
bevy.workspace = true
|
2026-02-08 18:15:09 -08:00
|
|
|
bevy.features = ["bevy_state"]
|
|
|
|
|
derive_aliases = "0.4.7"
|
2026-02-07 17:46:03 -08:00
|
|
|
spacetimedb.workspace = true
|
|
|
|
|
strum.workspace = true
|