Skip to content

Commit

Permalink
Remove unused import in config.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-Python-Programmer committed Mar 6, 2021
1 parent 5497fef commit 9c6f766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amethyst_window/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::path::PathBuf;
use image::{self, DynamicImage};
use serde::{Deserialize, Serialize};
#[cfg(target_os = "windows")]
use winit::platform::windows::{IconExtWindows, WindowBuilderExtWindows};
use winit::platform::windows::WindowBuilderExtWindows;
use winit::{
dpi::Size,
window::{Fullscreen, Icon, WindowAttributes, WindowBuilder},
Expand Down

0 comments on commit 9c6f766

Please sign in to comment.