19 lines
276 B
TOML
19 lines
276 B
TOML
[package]
|
|
name = "tift"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
members = ["common", "server"]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
|
|
[dependencies]
|
|
bevy = "0.14.2"
|
|
bevy_egui = "0.30.1"
|
|
bevy_math = "0.14.2"
|
|
|
|
common = { path = "common" }
|
|
lightyear = "0.17.1"
|