From cda93f29761a54a4b9491030c1b8a558969f5d9a Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Tue, 9 May 2023 10:22:17 +0300 Subject: [PATCH] fix(client): add png support to bevy --- client/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/Cargo.toml b/client/Cargo.toml index 3016698..3c4f14a 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -41,6 +41,8 @@ features = [ "bevy_render", "bevy_winit", + "png", + "x11", ] -- 2.44.1