Files
servius.neocities.org/Cargo.toml
servius 1b47ed48ea
Some checks failed
build / checks-matrix (push) Failing after 2h8m43s
build / checks-build (push) Has been cancelled
build / codecov (push) Has started running
docs / docs (push) Has been cancelled
feat: Initial commit
2026-02-25 13:06:45 +05:30

26 lines
522 B
TOML

[package]
name = "servius_neocity"
version = "0.1.0"
edition = "2024"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
thiserror = "2.0"
tracing = "0.1"
tracing-subscriber = "0.3"
bevy = { version = "0.18", features = ["bevy_pbr"] }
bevy_debug_grid = "0.9"
bevy_panorbit_camera = "0.34"
[features]
wayland = ["bevy/dynamic_linking", "bevy/wayland"]
wasm = []
[profile.release]
opt-level = 'z'
lto = "thin"
# lto = true
# codegen-units = 1