diff options
author | Ben Bridle <ben@derelict.engineering> | 2025-04-27 12:41:59 +1200 |
---|---|---|
committer | Ben Bridle <ben@derelict.engineering> | 2025-04-27 12:42:28 +1200 |
commit | a417f9b6440871bbec26520f0921189ee156e9ff (patch) | |
tree | 87193c5b9c4f1c05ed476653dd78af34e1cf39bf /src/formats/mod.rs | |
parent | 9dd8608b300d0984a018ed888039506dc886fa4a (diff) | |
download | torque-asm-a417f9b6440871bbec26520f0921189ee156e9ff.zip |
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.
Diffstat (limited to 'src/formats/mod.rs')
-rw-r--r-- | src/formats/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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 { |