DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

d00aa68b5c263c0efad041eb4a98571510cb7485 — Jonni Liljamo 1 year, 9 months ago a973640
Small comment
1 files changed, 1 insertions(+), 0 deletions(-)

M sdbclient/src/main.rs
M sdbclient/src/main.rs => sdbclient/src/main.rs +1 -0
@@ 97,6 97,7 @@ fn main() {
}

fn setup(mut commands: Commands) {
    // Spawn a camera
    commands.spawn(Camera3dBundle::default());
}