aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTomaka17 <pierre.krieger1708@gmail.com>2014-10-04 19:17:02 +0200
committerTomaka17 <pierre.krieger1708@gmail.com>2014-10-09 15:55:42 +0200
commite565bfeb1372b885f8cced6a42596b731cb382b2 (patch)
tree4a788e43172cd968c2a2cd1bd7d3102ea6937c80 /Cargo.toml
parentcfb0cb70013772492c1930ced62f48aa6cb372ff (diff)
downloadglutin-e565bfeb1372b885f8cced6a42596b731cb382b2.tar.gz
glutin-e565bfeb1372b885f8cced6a42596b731cb382b2.zip
Implement headless rendering
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
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 <pierre.krieger1708@gmail.com>"]
[features]
-default = ["cocoa"]
+default = ["cocoa", "window"]
+window = []
+headless = []
[dependencies.compile_msg]
git = "https://github.com/huonw/compile_msg"