fix(client): add png support to bevy
1 files changed, 2 insertions(+), 0 deletions(-) M client/Cargo.toml
M client/Cargo.toml => client/Cargo.toml +2 -0
@@ 41,6 41,8 @@ features = [ "bevy_render", "bevy_winit", + "png", + "x11", ]