initial commit
This commit is contained in:
commit
8caddafdaa
20 changed files with 6288 additions and 0 deletions
14
orthros-server/Cargo.toml
Normal file
14
orthros-server/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue