~starkingdoms/starkingdoms

ref: cc953e314b820d51a152d2ed066e1bc0ccb1326e starkingdoms/server/Cargo.toml -rw-r--r-- 436 bytes
cc953e31 — ghostlyzsh player can now move modules with mouse 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "starkingdoms-server"
version = "0.0.1"
edition = "2021"
license = "AGPL-3"

[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"
starkingdoms-common = { version = "0.1", path = "../starkingdoms-common" }