diff options
Diffstat (limited to 'pixel-client/Cargo.toml')
-rw-r--r-- | pixel-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixel-client/Cargo.toml b/pixel-client/Cargo.toml index bd441236..dd46a9b6 100644 --- a/pixel-client/Cargo.toml +++ b/pixel-client/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -sdl2 = { version = "0.37.0", features = [] } +sdl2 = { version = "0.37.0", features = ["gfx", "ttf", "mixer"] } hurrycurry-protocol = { path = "../server/protocol" } tungstenite = { version = "0.23.0", features = ["rustls-tls-native-roots"] } serde_json = "1.0.120" |