diff options
Diffstat (limited to 'pixel-client/Cargo.toml')
| -rw-r--r-- | pixel-client/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pixel-client/Cargo.toml b/pixel-client/Cargo.toml index b0333d21..1b610c7c 100644 --- a/pixel-client/Cargo.toml +++ b/pixel-client/Cargo.toml @@ -6,6 +6,9 @@ edition = "2021" [dependencies] sdl2 = { version = "0.37.0", features = ["gfx", "ttf", "mixer"] } hurrycurry-protocol = { path = "../server/protocol" } +hurrycurry-client-lib = { path = "../server/client-lib", default-features = false, features = [ + "sync-network", +] } tungstenite = { version = "0.23.0", features = ["rustls-tls-native-roots"] } serde_json = "1.0.120" bincode = "2.0.0-rc.3" |