Skip to content

Commit

Permalink
Merge branch 'NiklasEi:main' into relative_path
Browse files Browse the repository at this point in the history
  • Loading branch information
kaydensigh authored Dec 17, 2023
2 parents b942635 + c084470 commit e173715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// disable console on windows for release builds
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]

use bevy::asset::AssetMetaCheck;
use bevy::prelude::*;
use bevy::window::PrimaryWindow;
use bevy::winit::WinitWindows;
use bevy::DefaultPlugins;
use bevy_game::GamePlugin; // ToDo: Replace bevy_game with your new crate name.
use std::io::Cursor;
use bevy::asset::AssetMetaCheck;
use winit::window::Icon;

fn main() {
Expand Down

0 comments on commit e173715

Please sign in to comment.