initial commit

This commit is contained in:
Iaphetes 2025-10-24 21:02:35 +02:00
commit 8caddafdaa
20 changed files with 6288 additions and 0 deletions

14
orthros-server/Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "orthros-server"
version = "0.1.0"
edition = "2024"
[dependencies]
bevy = "0.17"
rand = "0.9.1"
# rusqlite = "0.37.0"
statrs = "0.18.0"
orthros_network = {path = "../orthros-network"}
[[bin]]
name = "orthros-server"