extract types

This commit is contained in:
Tao Tien 2026-02-07 17:46:03 -08:00
parent d7d567b0e6
commit c86f8d93f1
30 changed files with 986 additions and 474 deletions

View file

@ -1,20 +1,16 @@
[workspace]
resolver = "3"
members = ["jong", "spacetimedb"]
members = ["jong", "jong-types", "spacetimedb"]
[workspace.dependencies]
bevy = "0.17.3"
bevy_ratatui = "0.10.0"
bevy_spacetimedb = "0.7"
clap = "4.5.54"
log = "0.4.29"
rand = "0.9.2"
ratatui = "0.30.0"
strum = "0.27.2"
tracing = "0.1.44"
tracing-subscriber = "0.3.22"
tui-logger = "0.18.0"
jong = { version = "0.1.0", path = "jong" }
jong-types = { version = "0.1.0", path = "jong-types" }
spacetimedb = "1.11.*"
[profile.dev]