Blacksite/crates/sim/Cargo.toml
Rbanh f29712d158
Some checks are pending
CI / Format, lint, test, build (push) Waiting to run
Initial project import
2026-06-05 21:44:45 -04:00

17 lines
372 B
TOML

[package]
name = "sim"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Deterministic fixed-step gameplay simulation for the Bevy FPS foundation"
[dependencies]
avian3d.workspace = true
bevy.workspace = true
protocol.workspace = true
shared.workspace = true
settings.workspace = true
[dev-dependencies]
protocol.workspace = true