create a workspace
This commit is contained in:
parent
dedeb39304
commit
400e903dd1
30 changed files with 199 additions and 831 deletions
36
Cargo.toml
36
Cargo.toml
|
|
@ -1,33 +1,3 @@
|
|||
[package]
|
||||
name = "jong"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
# license = "Source-First-1.1" # pending crates.io support
|
||||
license-file = "LICENSE.typ"
|
||||
description = "riichi mahjong"
|
||||
readme = false
|
||||
|
||||
[lib]
|
||||
|
||||
[dependencies]
|
||||
bevy = { version = "0.17.3", features = ["dynamic_linking"] }
|
||||
# bevy_ratatui = { git = "https://github.com/kenianbei/bevy_ratatui.git", rev = "e4b022308e08ab360ef89eca8e9f8b1c969e9a56" }
|
||||
bevy_ratatui = { path = "/home/tao/clones/bevy_ratatui" }
|
||||
bevy_spacetimedb = "0.7"
|
||||
clap = { version = "4.5.54", features = ["derive"] }
|
||||
log = { version = "0.4.29", features = [
|
||||
"release_max_level_error",
|
||||
"max_level_trace",
|
||||
] }
|
||||
rand = "0.9.2"
|
||||
ratatui = "0.30.0"
|
||||
strum = { version = "0.27.2", features = ["derive"] }
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = "0.3.22"
|
||||
tui-logger = { version = "0.18.0", features = ["tracing-support", "crossterm"] }
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 3
|
||||
[workspace]
|
||||
resolver = "3"
|
||||
members = ["jong", "jongline"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue