From e565bfeb1372b885f8cced6a42596b731cb382b2 Mon Sep 17 00:00:00 2001 From: Tomaka17 Date: Sat, 4 Oct 2014 19:17:02 +0200 Subject: Implement headless rendering --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e9bcb98..b50db83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,9 @@ version = "0.0.1" authors = ["tomaka "] [features] -default = ["cocoa"] +default = ["cocoa", "window"] +window = [] +headless = [] [dependencies.compile_msg] git = "https://github.com/huonw/compile_msg" -- cgit v1.2.3