~starkingdoms/starkingdoms

ref: b8d3289c08652ef11b1532afadeecce73a97bd3d starkingdoms/server/Cargo.toml -rw-r--r-- 342 bytes
b8d3289c — ghostlyzsh input added, but thats it 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "starkingdoms-server"
version = "0.0.1"
edition = "2021"

[dependencies]
bevy = { version = "0.12", default-features = false }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
bevy_twite = { git = "https://gitlab.com/ghostlyzsh/twite.git" }
bevy_rapier2d = "0.23.0"
rand = "0.8.5"
tracing-subscriber = "0.3"