Skip to content

Commit

Permalink
Asset meta check for web build
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonWebster committed Dec 11, 2023
1 parent 98979b9 commit 5108142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ 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() {
App::new()
.insert_resource(Msaa::Off)
.insert_resource(ClearColor(Color::rgb(0.4, 0.4, 0.4)))
.insert_resource(AssetMetaCheck::Never)
.add_plugins(
DefaultPlugins
.set(WindowPlugin {
Expand Down

0 comments on commit 5108142

Please sign in to comment.