mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/utils/mod.rs')
| -rw-r--r-- | src/utils/mod.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/utils/mod.rs b/src/utils/mod.rs index 7314caa..6e781fe 100644 --- a/src/utils/mod.rs +++ b/src/utils/mod.rs @@ -1,5 +1,3 @@ pub mod array; pub mod image; -pub use self::image::{ImageUtils, Overlay, RepeatNew as Repeat}; -pub mod lazy; -pub use lazy::Lock; +pub use self::image::{Image, ImageHolder, ImageUtils, Overlay, RepeatNew as Repeat}; |