feat: Initial commit

This commit is contained in:
2026-02-20 21:40:24 +05:30
commit 04d1f39df7
12 changed files with 6705 additions and 0 deletions

19
Cargo.toml Normal file
View File

@@ -0,0 +1,19 @@
[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 = []