diff --git a/voxygen/src/hud/mod.rs b/voxygen/src/hud/mod.rs index c6fe0a1aa3..0241142a92 100644 --- a/voxygen/src/hud/mod.rs +++ b/voxygen/src/hud/mod.rs @@ -7,7 +7,7 @@ use crate::{ }; use common::assets; use conrod_core::{ - color, + color, Color, image::Id as ImgId, text::font::Id as FontId, widget::{Button, Image, Rectangle, Scrollbar, Text},