integrate

This commit is contained in:
Tao Tien 2026-02-07 22:45:43 -08:00
parent 004aafd4ba
commit 655123b055
37 changed files with 765 additions and 1385 deletions

View file

@ -3,15 +3,28 @@ resolver = "3"
members = ["jong", "jong-types", "spacetimedb"]
[workspace.dependencies]
jong = { version = "0.1.0", path = "jong" }
jong-types = { version = "0.1.0", path = "jong-types" }
bevy.version = "0.17.3"
bevy.default-features = false
bevy_ratatui = "0.10.0"
bevy_spacetimedb = "0.7"
spacetimedb = "1.11.*"
spacetimedb-sdk = "1.11.*"
strum.version = "0.27.2"
strum.features = ["derive"]
clap = "4.5.54"
log = "0.4.29"
rand = "0.9.2"
strum = "0.27.2"
ratatui = "0.30.0"
tracing = "0.1.44"
tracing-subscriber = "0.3.22"
jong = { version = "0.1.0", path = "jong" }
jong-types = { version = "0.1.0", path = "jong-types" }
spacetimedb = "1.11.*"
tui-logger = "0.18.0"
[profile.dev]
opt-level = 1
@ -21,3 +34,4 @@ opt-level = 3
[patch.crates-io]
bevy_ratatui = { path = "/home/tao/clones/bevy_ratatui" }
# bevy_spacetimedb = { path = "/home/tao/clones/bevy_spacetimedb/bevy_spacetimedb" }