DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

cda93f29761a54a4b9491030c1b8a558969f5d9a — Jonni Liljamo 1 year, 5 months ago c61d36e
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",
]