-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
42 lines (41 loc) · 992 Bytes
/
Cargo.toml
File metadata and controls
42 lines (41 loc) · 992 Bytes
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
30
31
32
33
34
35
36
37
38
39
40
41
42
[workspace]
resolver = "2"
members = [
"frontide/core",
"frontide/combat",
"frontide/state",
"frontide/stats",
"frontide/status",
"frontide/influence",
"frontide/path",
"frontide/spatial",
"frontide/terrain",
"frontide/collision",
"frontide/orders",
"frontide/fow",
"frontide/snapshot",
"frontide/replay_tools",
"frontide/inspector",
"frontide/tech",
"frontide/ui",
"frontide/replay",
"frontide/examples/minimal",
"frontide/examples/goldens",
"frontide/examples/hook_demo",
"frontide/examples/moba",
"frontide/examples/tower_defense",
"frontide/examples/runner",
"frontide/io",
"frontide/net_proto",
"frontide/net_core",
"frontide/net_runtime",
"frontide/render",
"frontide/net_server",
"frontide/net_tools",
"frontide/sim_bridge",
"frontide/net_client",
"frontide/net_authority",
]
# Default members run the example app for now
[workspace.metadata]
description = "FRONTIDE workspace: deterministic RTS framework examples"