Fix unresolved import in window settings example (#311)
Got an unresolved import of 'bevy_window' with the window settings example. Hopefully this is the correct way to resolve it.
This commit is contained in:
parent
986dd67cc8
commit
8b6556c750
@ -1,5 +1,4 @@
|
|||||||
use bevy::prelude::*;
|
use bevy::{prelude::*, window::WindowMode};
|
||||||
use bevy_window::WindowMode;
|
|
||||||
|
|
||||||
/// This example illustrates how to customize the default window settings
|
/// This example illustrates how to customize the default window settings
|
||||||
fn main() {
|
fn main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user