diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-07-15 15:00:27 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-07-15 15:00:27 +0200 |
| commit | 340aa47c4652fe2f0ec5b0e4f293cfff407a0e6c (patch) | |
| tree | 1d0aad02c54a223b092eb74d065dfbc68cba56f6 /light-client/Cargo.toml | |
| parent | d3101bbfd9adf84ef8f0061383272eeaecf224d3 (diff) | |
| download | hurrycurry-340aa47c4652fe2f0ec5b0e4f293cfff407a0e6c.tar hurrycurry-340aa47c4652fe2f0ec5b0e4f293cfff407a0e6c.tar.bz2 hurrycurry-340aa47c4652fe2f0ec5b0e4f293cfff407a0e6c.tar.zst | |
add texture import/export system for light client
Diffstat (limited to 'light-client/Cargo.toml')
| -rw-r--r-- | light-client/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/light-client/Cargo.toml b/light-client/Cargo.toml index a7cb5199..ad50130c 100644 --- a/light-client/Cargo.toml +++ b/light-client/Cargo.toml @@ -7,3 +7,7 @@ edition = "2021" sdl2 = { version = "0.37.0", features = ["image", "ttf"] } hurrycurry-protocol = { path = "../server/protocol" } tungstenite = "0.23.0" +serde_json = "1.0.120" +bincode = "2.0.0-rc.3" +log = "0.4.22" +env_logger = "0.11.3" |