summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <pierre.henri.symoneaux@gmail.com>2018-04-18 23:18:56 +0200
committerPierre-Henri Symoneaux <pierre.henri.symoneaux@gmail.com>2018-04-18 23:18:56 +0200
commit34c7a91713034e683a727f3650b34d9e392f19e3 (patch)
treefcf88ef3ce68e2a6a91f0bc43188f69d84870b1b /src
parent1a6c738166f839d80c683c370b787a00ef333fad (diff)
Updated README and examples with removal of the term crate
Following changes made in #78
Diffstat (limited to 'src')
-rw-r--r--src/main.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs
index 71c0ebe..8251340 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,13 +1,11 @@
// #![feature(trace_macros)]
#[macro_use]
extern crate prettytable;
-extern crate term;
use prettytable::Table;
use prettytable::row::Row;
use prettytable::cell::Cell;
use prettytable::format::*;
-
-use term::{Attr, color};
+use prettytable::{Attr, color};
// trace_macros!(true);