A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/hov.rs')
| -rw-r--r-- | src/hov.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ use itertools::Itertools; use markdown::mdast::{self, Node}; use ropey::Rope; use serde_derive::{Deserialize, Serialize}; -use ttools::{IteratorOfTuples, IteratorOfTuplesWithF}; const D: Cell = Cell { letter: None, style: Style::new(FG, BG) }; use crate::{FG, text}; |