~starkingdoms/starkingdoms

ref: ship-editor starkingdoms/crates/unified/Cargo.toml -rw-r--r-- 910 bytes
32ccd92dghostly_zsh ship editor feat: ghost snapping 10 hours ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "starkingdoms"
description = "A game about floating through space"
edition = "2024"
version = "0.1.0"

[dependencies]
bevy = { workspace = true, features = ["x11", "wayland"] }
avian2d = { workspace = true }
bevy_common_assets = { workspace = true }
tracing-subscriber = { workspace = true }
serde = { workspace = true }
rand = { workspace = true }
pico-args = { workspace = true }
leafwing-input-manager = { workspace = true }
good_lp = { workspace = true }
web-time = { workspace = true }
bevy_replicon = { workspace = true, features = ["client", "server"] }
bevy_replicon_renet2 = { workspace = true, features = ["client", "netcode", "server", "native_transport"] }
url = { workspace = true }
serde_json = { workspace = true }
tokio = { version = "1", features = ["rt-multi-thread"] }

[features]
native_dev = [
    "bevy/file_watcher",
    "bevy/hotpatching",
    "bevy/dynamic_linking",
]