From cdea958e71fd59c8d2051feb4631badd6891e751 Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Mon, 6 Jun 2016 16:54:15 -0700 Subject: Add support for drawing background colors --- src/main.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 498cdee6..b5f5f9d0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -14,6 +14,9 @@ extern crate euclid; extern crate notify; extern crate arrayvec; +#[macro_use] +extern crate bitflags; + #[macro_use] mod macros; -- cgit