Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/relative_path' into relative_path
Browse files Browse the repository at this point in the history
  • Loading branch information
kaydensigh committed Dec 28, 2023
2 parents ff4b518 + e173715 commit 27a2e06
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 27a2e06

Please sign in to comment.