diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-07-16 23:38:46 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-07-16 23:38:46 +0200 |
| commit | 775b0148cec4329a6abb19d03220dc1d8a8b68c3 (patch) | |
| tree | 9e715df1db4f23a9c3f1e9c07cf7e93e376b512f /Cargo.toml | |
| parent | 3a358c6dd39aa78319549658adf1028cea61f643 (diff) | |
| download | hurrycurry-775b0148cec4329a6abb19d03220dc1d8a8b68c3.tar hurrycurry-775b0148cec4329a6abb19d03220dc1d8a8b68c3.tar.bz2 hurrycurry-775b0148cec4329a6abb19d03220dc1d8a8b68c3.tar.zst | |
rename pixel client
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ members = [ "server/replaytool", "server", "server/protocol", - "light-client", - "light-client/tools", + "pixel-client", + "pixel-client/tools", ] resolver = "2" |