jong/jong-types/Cargo.toml

16 lines
220 B
TOML
Raw Permalink Normal View History

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"]
2026-02-15 23:40:21 -08:00
2026-02-07 17:46:03 -08:00
spacetimedb.workspace = true
2026-02-15 23:40:21 -08:00
2026-02-07 17:46:03 -08:00
strum.workspace = true
2026-02-15 23:40:21 -08:00
derive_aliases = "0.4.7"