DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

6cb428f951d5b4ec12149ac4414462000b0455cf — Jonni Liljamo 1 year, 10 months ago fae8e10
Default bevy setup
1 files changed, 3 insertions(+), 1 deletions(-)

M sdbclient/src/main.rs
M sdbclient/src/main.rs => sdbclient/src/main.rs +3 -1
@@ 6,6 6,8 @@
 * See LICENSE for licensing information.
 */

use bevy::{app::App, DefaultPlugins};

fn main() {
    println!("Hello, world!");
    App::new().add_plugins(DefaultPlugins).run();
}