Skip to content

Commit

Permalink
Merge pull request #73 from allergen0024/patch-1
Browse files Browse the repository at this point in the history
Fix missing import
  • Loading branch information
alphastrata authored Nov 27, 2023
2 parents d08787f + 4b5a020 commit 800f86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use bevy::{
log,
prelude::{Query, ResMut, Resource},
window::{Window, WindowLevel},
window::{CompositeAlphaMode, Window, WindowLevel},
};
use directories::ProjectDirs;
use serde::{Deserialize, Serialize};
Expand Down

0 comments on commit 800f86b

Please sign in to comment.