27 lines
608 B
TOML
27 lines
608 B
TOML
[package]
|
|
name = "crooks"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
avian3d = "0.1.2"
|
|
bevy = { version = "0.14", features = ["jpeg"] }
|
|
bevy_dolly = "0.0.4"
|
|
bevy_editor_pls = "0.10.0"
|
|
blenvy = "0.1.0-alpha.1"
|
|
cfg-if = "1.0.0"
|
|
clap = { version = "4.5.20", features = ["derive"] }
|
|
lazy_static = "1.5.0"
|
|
lightyear = { version = "0.17.1", features = ["avian3d"] }
|
|
serde = { version = "1.0.213", features = ["derive"] }
|
|
bevy-steamworks = { version = "0.12", features = ["serde"] }
|
|
bevy_framepace = "0.17.0"
|
|
|
|
[profile.dev.package."*"]
|
|
opt-level = 3
|
|
|
|
[features]
|
|
default = ["client"]
|
|
client = []
|
|
server = []
|