From a417f9b6440871bbec26520f0921189ee156e9ff Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Sun, 27 Apr 2025 12:41:59 +1200 Subject: Update assembler and log libraries This update replaces all uses of the ansi library with the new inked library. This means that terminal colours will now be handled correctly under Windows. --- src/formats/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/formats/mod.rs b/src/formats/mod.rs index 105207c..e15bfbd 100644 --- a/src/formats/mod.rs +++ b/src/formats/mod.rs @@ -12,8 +12,6 @@ pub use debug::*; use crate::*; -use log::*; - #[derive(Clone, Copy, PartialEq)] pub enum Format { -- cgit v1.2.3-70-g09d2