extract types
This commit is contained in:
parent
d7d567b0e6
commit
c86f8d93f1
30 changed files with 986 additions and 474 deletions
|
|
@ -10,17 +10,23 @@ readme = false
|
|||
[lib]
|
||||
|
||||
[dependencies]
|
||||
bevy = { workspace = true, features = ["dynamic_linking"] }
|
||||
bevy_ratatui = { workspace = true }
|
||||
# bevy_ratatui = { git = "https://github.com/kenianbei/bevy_ratatui.git", rev = "e4b022308e08ab360ef89eca8e9f8b1c969e9a56" }
|
||||
# bevy_ratatui = { path = "/home/tao/clones/bevy_ratatui" }
|
||||
bevy_spacetimedb = { workspace = true }
|
||||
bevy.features = ["dynamic_linking"]
|
||||
bevy.version = "0.17.3"
|
||||
bevy_ratatui = "0.10.0"
|
||||
bevy_spacetimedb = "0.7"
|
||||
clap = { workspace = true, features = ["derive"] }
|
||||
log = { workspace = true, features = ["release_max_level_error", "max_level_trace"] }
|
||||
jong-types = { version = "0.1.0", path = "../jong-types" }
|
||||
log = { workspace = true, features = [
|
||||
"release_max_level_error",
|
||||
"max_level_trace",
|
||||
] }
|
||||
rand = { workspace = true }
|
||||
ratatui = { workspace = true }
|
||||
ratatui = "0.30.0"
|
||||
spacetimedb.workspace = true
|
||||
strum = { workspace = true, features = ["derive"] }
|
||||
tracing = { workspace = true }
|
||||
tracing-subscriber = { workspace = true }
|
||||
tui-logger = { workspace = true, features = ["tracing-support", "crossterm"] }
|
||||
tui-logger.features = ["tracing-support", "crossterm"]
|
||||
tui-logger.version = "0.18.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue