diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-12 16:28:41 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-12 16:28:41 +0100 |
commit | 6e49570fcf657009179b9a1b462a8ca30e824bce (patch) | |
tree | 9f5bf028642291f76fdd710df9c5067dfe469204 /Cargo.toml | |
parent | ac5020c972739d418eabbc2809ccb162890934dc (diff) | |
download | twclient-6e49570fcf657009179b9a1b462a8ca30e824bce.tar twclient-6e49570fcf657009179b9a1b462a8ca30e824bce.tar.bz2 twclient-6e49570fcf657009179b9a1b462a8ca30e824bce.tar.zst |
can receiver snaps
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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" } |