diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-15 19:06:21 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-15 19:06:21 +0200 |
commit | c82a2bf203f3495865fd40527fa41a9e32f7aa9c (patch) | |
tree | ce4c279923999a22e5cc4c5b6602041615931488 /light-client/Cargo.toml | |
parent | a4541c50086cde2dda7a72025173e082dd56d8aa (diff) | |
download | hurrycurry-c82a2bf203f3495865fd40527fa41a9e32f7aa9c.tar hurrycurry-c82a2bf203f3495865fd40527fa41a9e32f7aa9c.tar.bz2 hurrycurry-c82a2bf203f3495865fd40527fa41a9e32f7aa9c.tar.zst |
rename textures dir
Diffstat (limited to 'light-client/Cargo.toml')
-rw-r--r-- | light-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/light-client/Cargo.toml b/light-client/Cargo.toml index 534ab300..ec8b75ec 100644 --- a/light-client/Cargo.toml +++ b/light-client/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] sdl2 = { version = "0.37.0", features = ["image", "ttf"] } hurrycurry-protocol = { path = "../server/protocol" } -tungstenite = "0.23.0" +tungstenite = { version = "0.23.0", features = ["rustls-tls-native-roots"] } serde_json = "1.0.120" bincode = "2.0.0-rc.3" log = "0.4.22" |