Blacksite/crates/settings/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

15 lines
371 B
TOML

[package]
name = "settings"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Project-wide settings (rendering, physics, input) for the Bevy FPS foundation"
[dependencies]
bevy.workspace = true
serde = { workspace = true, features = ["derive"] }
ron = "0.8"
[dev-dependencies]
serde = { workspace = true, features = ["derive"] }