aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 194e10c7fe8a7092ebb9ce0c4f3e5defc963f02d (plain)
1
2
3
4
5
6
7
8
9
10
11
[workspace]
members = ["client"]
resolver = "3"

# [patch.crates-io]
# libtw2-gamenet-ddnet = { path = "../libtw2/gamenet/ddnet" }
# libtw2-gamenet-common = { path = "../libtw2/gamenet/common" }
# libtw2-event-loop = { path = "../libtw2/event-loop" }
# libtw2-packer = { path = "../libtw2/packer" }
# libtw2-demo = { path = "../libtw2/demo" }
# libtw2-snapshot = { path = "../libtw2/snapshot" }