Removed unicode-width

This commit is contained in:
veeso
2021-03-21 16:01:12 +01:00
parent 3520499289
commit bf4f24ceec
5 changed files with 2 additions and 4 deletions

View File

@@ -31,7 +31,6 @@ mod view;
// Dependencies
extern crate crossterm;
extern crate tui;
extern crate unicode_width;
// locals
use super::{Activity, Context};

View File

@@ -35,7 +35,6 @@ extern crate chrono;
extern crate crossterm;
extern crate textwrap;
extern crate tui;
extern crate unicode_width;
// locals
use super::{Activity, Context};