aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0e1d230..194e10c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,3 +1,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" }